From 9064e24a58316f7f1f0cd6a8473e6abb800905b1 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Mon, 30 Jun 2008 19:40:44 +0000 Subject: [PATCH] Removed boost::exception::what, to avoid ambiguity in user types deriving from both std::exception and boost::exception. [SVN r46930] --- 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()