added version number for MIPSpro

[SVN r8586]
This commit is contained in:
Jeremy Siek
2001-01-14 01:27:01 +00:00
parent e1b64d45e2
commit d6ec67f6ed

View File

@ -214,7 +214,7 @@ inline bool operator<=(const iterator_comparisons<D1,Base1>& 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.