forked from boostorg/smart_ptr
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