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