From d6325d902ee3ac76ca22b3babdae74119a9fc997 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 20 Jul 2004 05:12:33 +0000 Subject: [PATCH] workaround for MIPSpro 7.3.1.3 name lookup problem [SVN r23825] --- include/boost/python/slice.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/slice.hpp b/include/boost/python/slice.hpp index 90e9f51b..880cb90d 100644 --- a/include/boost/python/slice.hpp +++ b/include/boost/python/slice.hpp @@ -109,7 +109,7 @@ class slice : public detail::slice_base }; template - range + slice::range get_indicies( const RandomAccessIterator& begin, const RandomAccessIterator& end) const {