mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-30 19:01:02 -07:00
test completes singleheader ast construction and serailizes with corruption
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
void Builder::print( Code code )
|
||||
{
|
||||
Buffer.append_fmt( "%s", code->to_string() );
|
||||
Buffer.append( code->to_string() );
|
||||
}
|
||||
|
||||
void Builder::print_fmt( char const* fmt, ... )
|
||||
|
Reference in New Issue
Block a user