mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-19 23:32:20 +02:00
Removed boost::exception::what, to avoid ambiguity in user types deriving from both std::exception and boost::exception.
[SVN r46930]
This commit is contained in:
committed by
Peter Dimov
parent
6a6f4222ce
commit
9064e24a58
@ -47,13 +47,6 @@ boost
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
virtual
|
|
||||||
char const *
|
|
||||||
what() const throw()
|
|
||||||
{
|
|
||||||
return diagnostic_information();
|
|
||||||
}
|
|
||||||
|
|
||||||
virtual
|
virtual
|
||||||
char const *
|
char const *
|
||||||
diagnostic_information() const throw()
|
diagnostic_information() const throw()
|
||||||
|
Reference in New Issue
Block a user