EGCS 1.1.1 fix

[SVN r8237]
This commit is contained in:
John Maddock
2000-11-17 11:33:43 +00:00
parent f0e359663f
commit e89011502e

View File

@@ -11,6 +11,7 @@
// http://www.boost.org/libs/config // http://www.boost.org/libs/config
// Revision History (excluding minor changes for specific compilers) // 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) // 4 Oct 00 BOOST_NO_STD_MIN_MAX (Jeremy Siek)
// 29 Sep 00 BOOST_NO_INTEGRAL_INT64_T (Jens Maurer) // 29 Sep 00 BOOST_NO_INTEGRAL_INT64_T (Jens Maurer)
// 25 Sep 00 BOOST_NO_STD_ALLOCATOR (Jeremy Siek) // 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. // that imports a template from the global namespace into a named namespace.
// Probably Borland specific. // Probably Borland specific.
// BOOST_NO_AUTO_PTR: If the compiler / library supplies non-standard or broken
// std::auto_ptr.
// Compiler Control or Information Macros ----------------------------------// // Compiler Control or Information Macros ----------------------------------//
// //
// Compilers often supply features outside of the C++ Standard which need to be // Compilers often supply features outside of the C++ Standard which need to be
@@ -401,3 +405,4 @@ namespace std {