mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-14 17:38:57 -07:00
first serialization of singlehearder without asserts. (Still failing after around 4k lines.
This commit is contained in:
@ -28,7 +28,7 @@ void check_singleheader_ast()
|
||||
}
|
||||
|
||||
Builder builder;
|
||||
builder.open( "singleheader_copy.hpp" );
|
||||
builder.open( "singleheader_copy.gen.hpp" );
|
||||
log_fmt("serializng ast\n");
|
||||
builder.print( ast );
|
||||
builder.write();
|
||||
|
Reference in New Issue
Block a user