mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-13 16:05:29 +02: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