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]
This commit is contained in:
Dave Abrahams
2001-12-02 17:43:45 +00:00
parent ebc6c751ac
commit 63dc3c2a64

View File

@ -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