TR1 conformance fix

[SVN r35949]
This commit is contained in:
Peter Dimov
2006-11-09 12:21:28 +00:00
parent c464a07ab1
commit 2f70e81b73

View File

@ -42,7 +42,7 @@ public:
virtual char const * what() const throw()
{
return "boost::bad_weak_ptr";
return "tr1::bad_weak_ptr";
}
};