mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-30 12:47:28 +02:00
Remove noexcept on ~local_counted_base for g++ 4.7
This commit is contained in:
@ -48,7 +48,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~local_counted_base() BOOST_NOEXCEPT
|
||||
virtual ~local_counted_base() /*BOOST_NOEXCEPT*/
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user