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
parent dc43cc1550
commit 6bffb18f10
12 changed files with 1492 additions and 1819 deletions

View File

@ -33,12 +33,6 @@ boost
{
}
char const *
what() const throw()
{
return T::what();
}
char const *
diagnostic_information() const throw()
{

View File

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