Compare commits

...

2 Commits

Author SHA1 Message Date
ed dbee294b32 codegen fix based on latest lib 2024-12-15 10:43:47 -05:00
ed 90a8dfd507 update gencpp to latest (once again..) 2024-12-15 10:39:31 -05:00
2 changed files with 1389 additions and 913 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ int gen_main()
}
content.append( context_data_members[ context_data_members.num() - 1 ].to_strbuilder() );
}
using_context = def_define( txt("using_context()"), using_context_content );
using_context = def_define( txt("using_context()"), MT_Statement, { {}, using_context_content } );
}
builder.print( using_context );
+1387 -912
View File
File diff suppressed because it is too large Load Diff