Remove uses of BOOST_OVERRIDE and BOOST_NOEXCEPT_OR_NOTHROW

This commit is contained in:
Peter Dimov
2024-10-04 21:27:07 +03:00
parent 1c988756d5
commit 8b22f5cb4f
5 changed files with 25 additions and 25 deletions

View File

@@ -33,7 +33,7 @@ class bad_weak_ptr: public std::exception
{
public:
char const * what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE
char const * what() const noexcept override
{
return "tr1::bad_weak_ptr";
}