Merge pull request #79 from EugeneZelenko/use-boost-override

Fix Clang-tidy modernize-use-override warnings.
This commit is contained in:
Peter Dimov
2020-05-19 01:58:20 +03:00
committed by GitHub
3 changed files with 18 additions and 18 deletions

View File

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