mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Finished sanity suite except for operators.
Adjusted upfront api a bit, def_using no longer handles the namespace case, a sepearate function: def_using_namespace now does. Mostly fixes to the seralization as I generate more cases to find the bugs.
This commit is contained in:
		@@ -64,7 +64,7 @@ Code gen__array( StrC type, sw type_size )
 | 
			
		||||
 | 
			
		||||
	Code array;
 | 
			
		||||
	{
 | 
			
		||||
		Code using_type = def_using( name(Type), UsingRegular, t_type );
 | 
			
		||||
		Code using_type = def_using( name(Type), t_type );
 | 
			
		||||
		Code data       = def_variable( t_type_ptr, name(Data) );
 | 
			
		||||
 | 
			
		||||
		Code init;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user