mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
@@ -248,7 +248,7 @@ class slice : public detail::slice_base
|
||||
get_indicies( const RandomAccessIterator& begin,
|
||||
const RandomAccessIterator& end) const
|
||||
{
|
||||
get_indices(begin, end);
|
||||
return get_indices(begin, end);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user