mirror of
				https://github.com/boostorg/config.git
				synced 2025-10-31 15:51:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			357 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			357 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //  (C) Copyright John Maddock 2021. 
 | |
| //  Use, modification and distribution are subject to the 
 | |
| //  Boost Software License, Version 1.0. (See accompanying file 
 | |
| //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 | |
| 
 | |
| //
 | |
| // Quick santity check that <memory> is OK.  It was broken for some old gcc versions and -fno-rtti
 | |
| //
 | |
| 
 | |
| #include <memory>
 | |
| 
 |