mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
Fixes msvc unsafe type conversion warning - trac num: 3353
This commit is contained in:
@@ -73,7 +73,7 @@ class list : public detail::list_base
|
||||
}
|
||||
|
||||
template <class T>
|
||||
long count(T const& value) const
|
||||
ssize_t count(T const& value) const
|
||||
{
|
||||
return base::count(object(value));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user