mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			106 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			106 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifdef __clang__
 | 
						|
#	pragma clang diagnostic pop
 | 
						|
#endif
 | 
						|
 | 
						|
#ifdef __GNUC__
 | 
						|
#	pragma GCC diagnostic pop
 | 
						|
#endif
 |