From b96be9d81c9ebd180abde392cdb9dce5acadde2b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 30 May 2001 16:35:44 +0000 Subject: [PATCH] fix typo [SVN r10247] --- include/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index e84846fe..4081db34 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -366,7 +366,7 @@ # define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS # define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_MIN_MAX -## endif +# endif # define BOOST_NO_INTRINSIC_WCHAR_T // tentative addition - required for VC6 compatibility? (added by JM 19 Feb 2001) // Metrowerks CodeWarrior --------------------------------------------------//