Skip to content

Commit d6325d9

Browse files
author
Ralf W. Grosse-Kunstleve
committed
workaround for MIPSpro 7.3.1.3 name lookup problem
[SVN r23825]
1 parent 615adc5 commit d6325d9

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
@@ -109,7 +109,7 @@ class slice : public detail::slice_base
109109
};
110110

111111
template<typename RandomAccessIterator>
112-
range<RandomAccessIterator>
112+
slice::range<RandomAccessIterator>
113113
get_indicies( const RandomAccessIterator& begin,
114114
const RandomAccessIterator& end) const
115115
{

0 commit comments

Comments
 (0)