From d6ec67f6ed7f84e34e3b8c2062b6fb862aa5a2a4 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 14 Jan 2001 01:27:01 +0000 Subject: [PATCH] added version number for MIPSpro [SVN r8586] --- include/boost/pending/iterator_adaptors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/pending/iterator_adaptors.hpp b/include/boost/pending/iterator_adaptors.hpp index 8838b9b..6de86d0 100644 --- a/include/boost/pending/iterator_adaptors.hpp +++ b/include/boost/pending/iterator_adaptors.hpp @@ -214,7 +214,7 @@ inline bool operator<=(const iterator_comparisons& xb, #endif //============================================================================ -// Some compilers (SGI MIPSpro) instantiate/compile member functions +// Some compilers (SGI MIPSpro 7.1.3.3) instantiate/compile member functions // whether or not they are used. The following functions make sure that // when the base iterators do not support particular operators, those // operators do not get used.