We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bfec2 commit 4b01139Copy full SHA for 4b01139
1 file changed
include/boost/python/list.hpp
@@ -73,7 +73,7 @@ class list : public detail::list_base
73
}
74
75
template <class T>
76
- long count(T const& value) const
+ ssize_t count(T const& value) const
77
{
78
return base::count(object(value));
79
0 commit comments