From f77ad43f649bfd987ff4596662db795aeeac66a1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 23 Jul 2000 14:39:25 +0000 Subject: [PATCH] Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in comment per suggestion from John Maddock. [SVN r7627] --- include/boost/config.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 1826f0c6..19585e81 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -11,6 +11,8 @@ // http://www.boost.org/libs/config // Revision History (excluding minor changes for specific compilers) +// 23 Jul 00 Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in +// comment (Dave Abrahams). // 10 Jul 00 BOOST_NO_POINTER_TO_MEMBER_CONST added (Mark Rodgers) // 26 Jun 00 BOOST_NO_STD_ITERATOR, BOOST_MSVC_STD_ITERATOR, // BOOST_NO_ITERATOR_TRAITS, BOOST_NO_USING_TEMPLATE, @@ -47,7 +49,7 @@ // parameters cannot have a dependent type, for example // "template class X { ... };" -// BOOST_NO_INCLASS_MEMBER_INITIALIZER: Compiler violates std::9.4.2/4. +// BOOST_NO_INCLASS_MEMBER_INITIALIZATION: Compiler violates std::9.4.2/4. // BOOST_NO_ITERATOR_TRAITS: The compiler does not provide a standard // compliant implementation of std::iterator_traits. Note that