mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	Added support for friend operator definitions
This commit is contained in:
		@@ -5,7 +5,7 @@ using namespace gen;
 | 
			
		||||
 | 
			
		||||
CodeBody gen_fixed_arenas()
 | 
			
		||||
{
 | 
			
		||||
	CodeBody result = def_body(ECode::Global_Body);
 | 
			
		||||
	CodeBody result = def_body(CT_Global_Body);
 | 
			
		||||
	result.append(def_pragma(txt("region FixedArena")));
 | 
			
		||||
 | 
			
		||||
	char const* template_struct = stringize(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user