mirror of
				https://github.com/boostorg/smart_ptr.git
				synced 2025-11-03 01:01:54 +01:00 
			
		
		
		
	Retain BOOST_SP_NOEXCEPT for compatibility
This commit is contained in:
		@@ -15,13 +15,12 @@
 | 
			
		||||
//  See accompanying file LICENSE_1_0.txt or copy at
 | 
			
		||||
//  http://www.boost.org/LICENSE_1_0.txt
 | 
			
		||||
 | 
			
		||||
#include <boost/config.hpp>
 | 
			
		||||
 | 
			
		||||
// BOOST_SP_NOEXCEPT
 | 
			
		||||
// BOOST_SP_NOEXCEPT (obsolete, only retained for compatibility)
 | 
			
		||||
 | 
			
		||||
// #define BOOST_SP_NOEXCEPT noexcept
 | 
			
		||||
#define BOOST_SP_NOEXCEPT noexcept
 | 
			
		||||
 | 
			
		||||
// BOOST_SP_NOEXCEPT_WITH_ASSERT
 | 
			
		||||
// BOOST_SP_NOEXCEPT_WITH_ASSERT (noexcept, unless a user assertion handler is present)
 | 
			
		||||
 | 
			
		||||
#if defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user