Removed boost::exception::what. Technically not a bug fix but solves the problem reported by Oliver Kowalke on the Boost Developers mailing list.

[SVN r46931]
This commit is contained in:
Emil Dotchevski
2008-06-30 19:56:35 +00:00
committed by Peter Dimov
parent ac073290ab
commit ea1c3adce9

View File

@ -47,13 +47,6 @@ boost
{
public:
virtual
char const *
what() const throw()
{
return diagnostic_information();
}
virtual
char const *
diagnostic_information() const throw()