[SVN r12816]
This commit is contained in:
Peter Dimov
2002-02-15 14:19:30 +00:00
parent 5a6cd1cf3e
commit adc3ec3851
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ public:
{
if (px == 0) // need to allocate new counter -- the cast failed
{
pn = detail::shared_count(static_cast<element_type *>(0), deleter());
pn = detail::shared_count();
}
}