bug fix, thanks Steven Watanabe

[SVN r46802]
This commit is contained in:
Emil Dotchevski
2008-06-28 03:53:39 +00:00
parent 87b1b323d8
commit 640d6cfc58

View File

@ -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());
} }
}; };