Bugfix: different behaviour on Linux and Mac; refs #7
This commit is contained in:
		@@ -30,6 +30,9 @@
 | 
				
			|||||||
// __cplusplus==1 is a known bug in gcc 4.6.3
 | 
					// __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 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
 | 
					#    warning see __cplusplus in http://gcc.gnu.org/gcc-4.7/changes.html
 | 
				
			||||||
 | 
					#    ifdef __linux__
 | 
				
			||||||
 | 
					#      undef MRW__OLD_PRE11_COMPILER
 | 
				
			||||||
 | 
					#    endif
 | 
				
			||||||
#  endif
 | 
					#  endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user