From 63dc3c2a64ada1803c8f5d0f0038c2e9f98339c6 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 2 Dec 2001 17:43:45 +0000 Subject: [PATCH] Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp unit-test rule now accepts input files updated metrowerks and borland to properly set up path for running tests ---------------------------------------------------------------------- Modified Files: boost/config/compiler/metrowerks.hpp libs/python/src/gen_function.py libs/regex/test/Jamfile Tag: thread-initial libs/thread/src/condition.cpp No tag tools/build/boost-base.jam tools/build/borland-tools.jam tools/build/metrowerks-tools.jam ---------------------------------------------------------------------- [SVN r11853] --- include/boost/config/compiler/metrowerks.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 0bbb9f7b..df26a691 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -7,6 +7,8 @@ // Metrowerks C++ compiler setup: +# define BOOST_NO_STD_LOCALE // missing ctype_base + # if __MWERKS__ <= 0x2301 // 5.3 # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING # define BOOST_NO_POINTER_TO_MEMBER_CONST