diff --git a/include/boost/exception/enable_error_info.hpp b/include/boost/exception/enable_error_info.hpp index c57d34b..fa98983 100644 --- a/include/boost/exception/enable_error_info.hpp +++ b/include/boost/exception/enable_error_info.hpp @@ -42,7 +42,7 @@ boost char const * diagnostic_information() const throw() { - return exception::_diagnostic_information(T::what()); + return boost::exception::_diagnostic_information(T::what()); } };