forked from boostorg/smart_ptr
One more long -> int fix
[SVN r28016]
This commit is contained in:
@@ -162,7 +162,7 @@ public:
|
|||||||
|
|
||||||
long use_count() const // nothrow
|
long use_count() const // nothrow
|
||||||
{
|
{
|
||||||
return static_cast<long const volatile &>( use_count_ );
|
return static_cast<int const volatile &>( use_count_ );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user