mirror of
				https://github.com/boostorg/smart_ptr.git
				synced 2025-11-04 01:31:51 +01:00 
			
		
		
		
	Remove uses of BOOST_NOEXCEPT
This commit is contained in:
		@@ -42,7 +42,7 @@ struct X: public boost::enable_shared_from_this<X>
 | 
			
		||||
{
 | 
			
		||||
    int v_;
 | 
			
		||||
 | 
			
		||||
    constexpr X() BOOST_NOEXCEPT: v_( 1 )
 | 
			
		||||
    constexpr X() noexcept: v_( 1 )
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user