diff --git a/include/boost/lexical_cast.hpp b/include/boost/lexical_cast.hpp index 9fb5626..244090a 100644 --- a/include/boost/lexical_cast.hpp +++ b/include/boost/lexical_cast.hpp @@ -113,7 +113,7 @@ namespace boost } #ifndef BOOST_NO_NOEXCEPT - virtual const char *what() noexcept + virtual const char *what() const noexcept #else virtual const char *what() const throw() #endif