mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
singleheader compiles again
This commit is contained in:
@ -83,6 +83,6 @@ Code code_refactor_and_format( Code code, char const* scratch_path, char const*
|
||||
}
|
||||
|
||||
Code result = scan_file( scratch_path );
|
||||
remove("gen/scratch.hpp");
|
||||
::remove(scratch_path);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user