2
0
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:
Ralf W. Grosse-Kunstleve
2011-12-12 17:46:33 +00:00
parent fa24dbb88f
commit 9064a063b2

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: