Fixed spelling of BOOST_NO_INCLASS_MEMBER_INITIALIZATION in comment per suggestion from John Maddock.

[SVN r7627]
This commit is contained in:
Dave Abrahams
2000-07-23 14:39:25 +00:00
parent ed1cfd84f0
commit f77ad43f64

View File

@@ -11,6 +11,8 @@
// 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)
// 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) // 10 Jul 00 BOOST_NO_POINTER_TO_MEMBER_CONST added (Mark Rodgers)
// 26 Jun 00 BOOST_NO_STD_ITERATOR, BOOST_MSVC_STD_ITERATOR, // 26 Jun 00 BOOST_NO_STD_ITERATOR, BOOST_MSVC_STD_ITERATOR,
// BOOST_NO_ITERATOR_TRAITS, BOOST_NO_USING_TEMPLATE, // BOOST_NO_ITERATOR_TRAITS, BOOST_NO_USING_TEMPLATE,
@@ -47,7 +49,7 @@
// parameters cannot have a dependent type, for example // parameters cannot have a dependent type, for example
// "template<class T, typename T::type value> class X { ... };" // "template<class T, typename T::type value> 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 // BOOST_NO_ITERATOR_TRAITS: The compiler does not provide a standard
// compliant implementation of std::iterator_traits. Note that // compliant implementation of std::iterator_traits. Note that