2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

boost/python/slice.hpp: bug fix (track #6256)

[SVN r75918]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-12-12 17:28:13 +00:00
parent ba5503cf89
commit 5daa36d04d

View File

@@ -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: