From dd7d4b21737a6b43592b775b6325ae06e1dcfc47 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] --- src/condition.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/condition.cpp b/src/condition.cpp index 12af8ec8..c54741ed 100644 --- a/src/condition.cpp +++ b/src/condition.cpp @@ -18,7 +18,9 @@ #include "timeconv.inl" #if defined(BOOST_HAS_WINTHREADS) -# define NOMINMAX +# ifndef NOMINMAX +# define NOMINMAX +# endif # include #elif defined(BOOST_HAS_PTHREADS) # include