Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64289 - in sandbox/SOC/2010/phoenix3: boost/phoenix/scope libs/phoenix/test
From: thom.heller_at_[hidden]
Date: 2010-07-23 06:26:56


Author: theller
Date: 2010-07-23 06:26:55 EDT (Fri, 23 Jul 2010)
New Revision: 64289
URL: http://svn.boost.org/trac/boost/changeset/64289

Log:
minor tweaks, errors are gone, added missing tests to jamfile
Text files modified:
   sandbox/SOC/2010/phoenix3/boost/phoenix/scope/lambda.hpp | 1 -
   sandbox/SOC/2010/phoenix3/boost/phoenix/scope/let.hpp | 1 -
   sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile | 6 +++---
   3 files changed, 3 insertions(+), 5 deletions(-)

Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/scope/lambda.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/scope/lambda.hpp (original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/scope/lambda.hpp 2010-07-23 06:26:55 EDT (Fri, 23 Jul 2010)
@@ -15,7 +15,6 @@
 #include <boost/phoenix/core/limits.hpp>
 #include <boost/phoenix/scope/scoped_environment.hpp>
 #include <boost/phoenix/core/actor.hpp>
-#include <boost/phoenix/scope/local_actor.hpp>
 #include <boost/phoenix/scope/detail/local_variable.hpp>
 #include <boost/phoenix/support/element_at.hpp>
 #include <boost/phoenix/support/iterate.hpp>

Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/scope/let.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/scope/let.hpp (original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/scope/let.hpp 2010-07-23 06:26:55 EDT (Fri, 23 Jul 2010)
@@ -14,7 +14,6 @@
 #include <boost/phoenix/core/limits.hpp>
 #include <boost/phoenix/scope/scoped_environment.hpp>
 #include <boost/phoenix/core/actor.hpp>
-#include <boost/phoenix/scope/local_actor.hpp>
 #include <boost/phoenix/scope/detail/local_variable.hpp>
 #include <boost/phoenix/support/element_at.hpp>
 #include <boost/phoenix/support/iterate.hpp>

Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile 2010-07-23 06:26:55 EDT (Fri, 23 Jul 2010)
@@ -9,7 +9,7 @@
 # bring in rules for testing
 import testing ;
 
-local multi-threading = <library>/boost/thread//boost/thread
+local multi-threading = <library>/boost/thread
                         <threading>multi <define>BOOST_ALL_NO_LIB=1 ;
 
 #test-suite phoenix_detail :
@@ -75,8 +75,8 @@
 test-suite phoenix_scope :
     [ run scope/lambda_tests.cpp ]
     [ run scope/let_tests.cpp ]
-# [ run scope/dynamic_tests.cpp ]
-# [ run scope/bug_000008.cpp : : : $(multi-threading) ]
+ [ run scope/dynamic_tests.cpp ]
+ [ run scope/bug_000008.cpp : : : $(multi-threading) ]
     ;
 
 test-suite phoenix_algorithm :


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk