From e89011502e6522561ffe90d5d925bcb7ca4a51f0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 17 Nov 2000 11:33:43 +0000 Subject: [PATCH] EGCS 1.1.1 fix [SVN r8237] --- include/boost/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 8683317c..4fb44016 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -11,6 +11,7 @@ // http://www.boost.org/libs/config // Revision History (excluding minor changes for specific compilers) +// 17 Nov 00 BOOST_NO_AUTO_PTR (John Maddock) // 4 Oct 00 BOOST_NO_STD_MIN_MAX (Jeremy Siek) // 29 Sep 00 BOOST_NO_INTEGRAL_INT64_T (Jens Maurer) // 25 Sep 00 BOOST_NO_STD_ALLOCATOR (Jeremy Siek) @@ -104,6 +105,9 @@ // that imports a template from the global namespace into a named namespace. // Probably Borland specific. +// BOOST_NO_AUTO_PTR: If the compiler / library supplies non-standard or broken +// std::auto_ptr. + // Compiler Control or Information Macros ----------------------------------// // // Compilers often supply features outside of the C++ Standard which need to be @@ -401,3 +405,4 @@ namespace std { +