mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-03 20:31:03 -07:00
Upfront constructors work again (test case wise)
Doing parsing set next
This commit is contained in:
@ -251,7 +251,7 @@ u32 gen_array_file()
|
||||
gen_array_file;
|
||||
gen_array_file.open( "array.Parsed.gen.hpp" );
|
||||
|
||||
Code include_zpl = def_include( txt_StrC("Bloat.hpp") );
|
||||
Code include_zpl = def_include( txt_StrC("gen.hpp") );
|
||||
gen_array_file.print( include_zpl );
|
||||
|
||||
gen_array_file.print( def_using_namespace( name(gen)));
|
||||
|
Reference in New Issue
Block a user