next try as seen in http://stackoverflow.com/questions/13445742/apple-and-shared-ptr; refs #11
This commit is contained in:
		@@ -24,6 +24,7 @@
 | 
				
			|||||||
               when support for C++11 is more common. Only rely on
 | 
					               when support for C++11 is more common. Only rely on
 | 
				
			||||||
               this workaround, if you really have to.
 | 
					               this workaround, if you really have to.
 | 
				
			||||||
               Mac gcc is even worse than on other systems. */
 | 
					               Mac gcc is even worse than on other systems. */
 | 
				
			||||||
 | 
					#          include <tr1/memory>
 | 
				
			||||||
#          define MRW__OLD_PRE11_COMPILER
 | 
					#          define MRW__OLD_PRE11_COMPILER
 | 
				
			||||||
#          warning you need a C++11 compliant compiler, on gcc: add -std=c++11
 | 
					#          warning you need a C++11 compliant compiler, on gcc: add -std=c++11
 | 
				
			||||||
#          warning emulating C++11 - this changes the way you use the library
 | 
					#          warning emulating C++11 - this changes the way you use the library
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user