mirror of
https://github.com/boostorg/lexical_cast.git
synced 2025-05-09 14:57:47 +00:00
Use BOOST_OVERRIDE to satisfy GCC-4.6 (refs #60)
This commit is contained in:
parent
515e5988b2
commit
c65a020401
@ -45,7 +45,7 @@ namespace boost
|
||||
#endif
|
||||
{}
|
||||
|
||||
const char *what() const BOOST_NOEXCEPT_OR_NOTHROW override {
|
||||
const char *what() const BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE {
|
||||
return "bad lexical cast: "
|
||||
"source type value could not be interpreted as target";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user