From fce75f3760be0b5fa053919ca3886e723156a3f5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 17 Oct 2000 11:28:05 +0000 Subject: [PATCH] regex fixes [SVN r7967] --- include/boost/config.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index a6422c8d..13cc478b 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -308,6 +308,9 @@ # define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS # define BOOST_NO_STD_ALLOCATOR # define BOOST_NO_STD_MIN_MAX +# undef min +# undef max +# define NOMINMAX # endif # define BOOST_NO_STD_ITERATOR_TRAITS