mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	fixes on containers (compiles but still verifying parity with c++ templates
I'm going to have to change some c++ templates to match the init interfaces as they must not be in the return type
This commit is contained in:
		@@ -9,7 +9,9 @@
 | 
			
		||||
#include "helpers/helper.hpp"
 | 
			
		||||
 | 
			
		||||
GEN_NS_BEGIN
 | 
			
		||||
#include "helpers/push_container_defines.inline.hpp"
 | 
			
		||||
#include "dependencies/parsing.cpp"
 | 
			
		||||
#include "helpers/pop_container_defines.inline.hpp"
 | 
			
		||||
GEN_NS_END
 | 
			
		||||
 | 
			
		||||
#include "auxillary/builder.hpp"
 | 
			
		||||
@@ -373,7 +375,6 @@ int gen_main()
 | 
			
		||||
					{
 | 
			
		||||
						CodeBody ht = gen_hashtable(txt("StrC"), name_string_table);
 | 
			
		||||
						strings.append(ht);
 | 
			
		||||
						strings.append(td);
 | 
			
		||||
						break;
 | 
			
		||||
					}
 | 
			
		||||
					strings.append(td);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user