mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 05:52:14 +02:00
bug fix, thanks Steven Watanabe
[SVN r46802]
This commit is contained in:
@ -42,7 +42,7 @@ boost
|
||||
char const *
|
||||
diagnostic_information() const throw()
|
||||
{
|
||||
return exception::_diagnostic_information(T::what());
|
||||
return boost::exception::_diagnostic_information(T::what());
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user