mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Add GEN_PARSER_TYPENAME_ALLOWED_SUFFIX_SPECIFIER_CASES to gen_urneal_engine's case macros
This commit is contained in:
		@@ -106,3 +106,9 @@ case Spec_Mutable:          \
 | 
			
		||||
case Spec_Static:           \
 | 
			
		||||
case Spec_Thread_Local:     \
 | 
			
		||||
case Spec_Volatile
 | 
			
		||||
 | 
			
		||||
#define GEN_PARSER_TYPENAME_ALLOWED_SUFFIX_SPECIFIER_CASES \
 | 
			
		||||
case Spec_Const:    \
 | 
			
		||||
case Spec_Ptr:      \
 | 
			
		||||
case Spec_Ref:      \
 | 
			
		||||
case Spec_RValue
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user