forked from boostorg/smart_ptr
TR1 conformance fix
[SVN r35949]
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