$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-07-11 14:02:28
Author: johnmaddock
Date: 2008-07-11 14:02:27 EDT (Fri, 11 Jul 2008)
New Revision: 47321
URL: http://svn.boost.org/trac/boost/changeset/47321
Log:
Fix some regressions: note this is still only a partial fix, changes to the Boost.Config tests are also needed.
Text files modified:
trunk/libs/tr1/test/Jamfile.v2 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/tr1/test/Jamfile.v2
==============================================================================
--- trunk/libs/tr1/test/Jamfile.v2 (original)
+++ trunk/libs/tr1/test/Jamfile.v2 2008-07-11 14:02:27 EDT (Fri, 11 Jul 2008)
@@ -46,11 +46,11 @@
}
for local file2 in [ glob config/tr1_has_tr1*fail.cpp ]
{
- all_rules += [ compile-fail $(file2) : $(TR1_PROPERTIES) ] ;
+ all_rules += [ compile-fail $(file2) ] ;
}
for local filec in [ glob config/tr1_has_tr1*pass.cpp ]
{
- all_rules += [ compile $(filec) : $(TR1_PROPERTIES) ] ;
+ all_rules += [ compile $(filec) ] ;
}
for local file3 in [ glob type_traits/*.cpp ]
@@ -86,3 +86,4 @@
+