mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-08-01 21:54:28 +02:00
TR1 conformance fix
[SVN r35948]
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
|||||||
|
|
||||||
virtual char const * what() const throw()
|
virtual char const * what() const throw()
|
||||||
{
|
{
|
||||||
return "boost::bad_weak_ptr";
|
return "tr1::bad_weak_ptr";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user