gcc 4.2 on MacOSX 10.8 defines __cplusplus==1, but does not support C++11; refs #11
This commit is contained in:
		@@ -31,7 +31,7 @@
 | 
			
		||||
           // __cplusplus==1 is a known bug in gcc 4.6.3
 | 
			
		||||
#          warning your compiler has a know bug, please upgrade to gcc >= 4.7
 | 
			
		||||
#          warning see __cplusplus in http://gcc.gnu.org/gcc-4.7/changes.html
 | 
			
		||||
#        fi
 | 
			
		||||
#        endif
 | 
			
		||||
#      else
 | 
			
		||||
         /// Code is compiled with an old non C++11 standard compliant compiler
 | 
			
		||||
         /** There are workarounds for old non C++11 compatible
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user