Use BOOST_OVERRIDE to satisfy GCC-4.6 (refs #60)

This commit is contained in:
Antony Polukhin 2023-09-09 15:34:52 +03:00
parent 515e5988b2
commit c65a020401

View File

@ -45,7 +45,7 @@ namespace boost
#endif #endif
{} {}
const char *what() const BOOST_NOEXCEPT_OR_NOTHROW override { const char *what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE {
return "bad lexical cast: " return "bad lexical cast: "
"source type value could not be interpreted as target"; "source type value could not be interpreted as target";
} }