One more long -> int fix

[SVN r28016]
This commit is contained in:
Peter Dimov
2005-04-06 13:40:34 +00:00
parent 559056c856
commit 6ab6b66601

View File

@@ -162,7 +162,7 @@ public:
long use_count() const // nothrow
{
return static_cast<long const volatile &>( use_count_ );
return static_cast<int const volatile &>( use_count_ );
}
};