From 64c32bf98f66cfeeadf8701b2128d42de8051ea2 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Tue, 7 Aug 2001 17:22:02 +0000 Subject: [PATCH] Spell things consistently. Add some bits of Mac stuff to the tests. Use std::size_t where needed. [SVN r10800] --- include/boost/config.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 5cce913b..10f48279 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -74,11 +74,11 @@ // burden where it should be, on non-conforming compilers. In the future, // hopefully, less rather than more conformance flags will have to be defined. -// BOOST_NO_CV_SPECIALIZATIONS: if template specialisations for cv-qualified types -// conflict with a specialistaion for unqualififed type. +// BOOST_NO_CV_SPECIALIZATIONS: if template specializations for cv-qualified +// types conflict with a specialization for unqualififed type. -// BOOST_NO_CV_VOID_SPECIALIZATIONS: if template specialisations for cv-void types -// conflict with a specialistaion for void. +// BOOST_NO_CV_VOID_SPECIALIZATIONS: if template specializations for cv-void +// types conflict with a specialization for void. // BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP: Compiler does not implement // argument-dependent lookup (also named Koenig lookup); see std::3.4.2