mirror of
https://github.com/boostorg/python.git
synced 2026-01-29 19:52:16 +00:00
merging current boost/python and libs/python from trunk into release branch
[SVN r75919]
This commit is contained in:
@@ -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