Remove noexcept on ~local_counted_base for g++ 4.7

This commit is contained in:
Peter Dimov
2017-06-12 15:53:16 +03:00
parent aec76051f8
commit e75fa9329b

View File

@ -48,7 +48,7 @@ public:
{
}
virtual ~local_counted_base() BOOST_NOEXCEPT
virtual ~local_counted_base() /*BOOST_NOEXCEPT*/
{
}