From d525802257f966fa712e01f4faecb58b6d8a2f92 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 9 Nov 2000 13:03:41 +0000 Subject: [PATCH] regex fixes for updated Dinkum library [SVN r8161] --- include/boost/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 8e0a738f..10bbf582 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -307,9 +307,13 @@ # define BOOST_NO_HASH # define BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS # define BOOST_NO_STD_ALLOCATOR +#ifndef _CPPLIB_VER + // Updated Dinkum library defines this, and provides + // its own min and max definitions. # define BOOST_NO_STD_MIN_MAX # undef min # undef max +#endif # define NOMINMAX # endif # define BOOST_NO_STD_ITERATOR_TRAITS