Skip to content

Commit 9064a06

Browse files
author
Ralf W. Grosse-Kunstleve
committed
merging current boost/python and libs/python from trunk into release branch
[SVN r75919]
1 parent fa24dbb commit 9064a06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/slice.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class slice : public detail::slice_base
248248
get_indicies( const RandomAccessIterator& begin,
249249
const RandomAccessIterator& end) const
250250
{
251-
get_indices(begin, end);
251+
return get_indices(begin, end);
252252
}
253253

254254
public:

0 commit comments

Comments
 (0)