Boost logo

Boost-Commit :

From: joel_at_[hidden]
Date: 2007-10-20 23:03:49


Author: djowel
Date: 2007-10-20 23:03:48 EDT (Sat, 20 Oct 2007)
New Revision: 40248
URL: http://svn.boost.org/trac/boost/changeset/40248

Log:
updates for fusion 2.1
Text files modified:
   branches/fusion/2_1/libs/xpressive/proto/test/lambda.cpp | 2 +-
   branches/fusion/2_1/libs/xpressive/proto/test/proto_fusion.cpp | 2 +-
   branches/fusion/2_1/libs/xpressive/proto/test/toy_spirit2.cpp | 6 +++---
   3 files changed, 5 insertions(+), 5 deletions(-)

Modified: branches/fusion/2_1/libs/xpressive/proto/test/lambda.cpp
==============================================================================
--- branches/fusion/2_1/libs/xpressive/proto/test/lambda.cpp (original)
+++ branches/fusion/2_1/libs/xpressive/proto/test/lambda.cpp 2007-10-20 23:03:48 EDT (Sat, 20 Oct 2007)
@@ -16,7 +16,7 @@
 # include <boost/spirit/fusion/sequence/tuple.hpp>
 namespace boost { namespace fusion { namespace result_of { using namespace meta; }}}
 #else
-# include <boost/fusion/tuple.hpp>
+# include <boost/fusion/include/tuple.hpp>
 #endif
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/sstream.hpp>

Modified: branches/fusion/2_1/libs/xpressive/proto/test/proto_fusion.cpp
==============================================================================
--- branches/fusion/2_1/libs/xpressive/proto/test/proto_fusion.cpp (original)
+++ branches/fusion/2_1/libs/xpressive/proto/test/proto_fusion.cpp 2007-10-20 23:03:48 EDT (Sat, 20 Oct 2007)
@@ -12,7 +12,7 @@
 
 #include <boost/xpressive/proto/proto.hpp>
 #include <boost/xpressive/proto/fusion.hpp>
-#include <boost/fusion/algorithm/iteration/for_each.hpp>
+#include <boost/fusion/include/for_each.hpp>
 #include <boost/test/unit_test.hpp>
 #include <boost/utility/addressof.hpp>
 #include <sstream>

Modified: branches/fusion/2_1/libs/xpressive/proto/test/toy_spirit2.cpp
==============================================================================
--- branches/fusion/2_1/libs/xpressive/proto/test/toy_spirit2.cpp (original)
+++ branches/fusion/2_1/libs/xpressive/proto/test/toy_spirit2.cpp 2007-10-20 23:03:48 EDT (Sat, 20 Oct 2007)
@@ -23,9 +23,9 @@
 # include <boost/spirit/fusion/algorithm/fold.hpp>
 # include <boost/spirit/fusion/algorithm/any.hpp>
 #else
-#include <boost/fusion/algorithm/iteration/for_each.hpp>
-#include <boost/fusion/algorithm/iteration/fold.hpp>
-#include <boost/fusion/algorithm/query/any.hpp>
+#include <boost/fusion/include/for_each.hpp>
+#include <boost/fusion/include/fold.hpp>
+#include <boost/fusion/include/any.hpp>
 #endif
 #include <boost/test/unit_test.hpp>
 


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