TR1 conformance fix

[SVN r35948]
This commit is contained in:
Peter Dimov
2006-11-09 12:15:23 +00:00
parent 41d4167533
commit 6284a1abef

View File

@@ -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";
} }
}; };