mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Progress on docs, adjustments
This commit is contained in:
		@@ -214,7 +214,18 @@ CodeBody gen_especifier( char const* path, bool use_c_definition = false )
 | 
			
		||||
		inline
 | 
			
		||||
		bool spec_is_trailing( Specifier specifier )
 | 
			
		||||
		{
 | 
			
		||||
			return specifier > Spec_Virtual;
 | 
			
		||||
			switch (specifier) {
 | 
			
		||||
				case Spec_Const:
 | 
			
		||||
				case Spec_Final:
 | 
			
		||||
				case Spec_NoExceptions:
 | 
			
		||||
				case Spec_Override:
 | 
			
		||||
				case Spec_Pure:
 | 
			
		||||
				case Spec_Volatile:
 | 
			
		||||
					return true;
 | 
			
		||||
		
 | 
			
		||||
				default:
 | 
			
		||||
					return false;
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	)));
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user