From 24a6f03ce7ceed6b127834fb18f402f59646fc55 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 23 Jun 2001 08:29:18 +0000 Subject: [PATCH] add Douglas Gregor's name to previous fix [SVN r10408] --- include/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index abd5c2d8..42a87c62 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -502,7 +502,7 @@ # if __SGI_STL_PORT >= 0x400 || __SGI_STL_PORT >= 0x321 && defined(__STL_USE_NAMESPACES) // a perfectly good implementation of std::iterator is supplied // A conforming allocator is supplied, but the compiler cannot cope - // when using "rebind". + // when using "rebind". (Douglas Gregor) # define BOOST_NO_STD_ALLOCATOR # elif defined(__SGI_STL_ITERATOR) # define BOOST_NO_STD_ITERATOR // No std::iterator in this case