2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

workaround for MIPSpro 7.3.1.3 name lookup problem

[SVN r23825]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-07-20 05:12:33 +00:00
parent 615adc5fe6
commit d6325d902e

View File

@@ -109,7 +109,7 @@ class slice : public detail::slice_base
};
template<typename RandomAccessIterator>
range<RandomAccessIterator>
slice::range<RandomAccessIterator>
get_indicies( const RandomAccessIterator& begin,
const RandomAccessIterator& end) const
{