From ea1c3adce9f244bdab7dc06467e35898bd67d646 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 30 Jun 2008 19:56:35 +0000 Subject: [PATCH] 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] --- include/boost/exception/exception.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index c8a7e72..d128cd3 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -47,13 +47,6 @@ boost { public: - virtual - char const * - what() const throw() - { - return diagnostic_information(); - } - virtual char const * diagnostic_information() const throw()