Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-02-02 07:27:16


Author: eric_niebler
Date: 2008-02-02 07:27:16 EST (Sat, 02 Feb 2008)
New Revision: 43057
URL: http://svn.boost.org/trac/boost/changeset/43057

Log:
port test to boost version 1.34.1
Text files modified:
   trunk/libs/xpressive/proto/test/make_expr.cpp | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/libs/xpressive/proto/test/make_expr.cpp
==============================================================================
--- trunk/libs/xpressive/proto/test/make_expr.cpp (original)
+++ trunk/libs/xpressive/proto/test/make_expr.cpp 2008-02-02 07:27:16 EST (Sat, 02 Feb 2008)
@@ -6,9 +6,14 @@
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
 #include <sstream>
+#include <boost/version.hpp>
 #include <boost/xpressive/proto/proto.hpp>
 #include <boost/xpressive/proto/transform.hpp>
+#if BOOST_VERSION >= 103500
 #include <boost/fusion/tuple.hpp>
+#else
+#include <boost/spirit/fusion/sequence/make_tuple.hpp>
+#endif
 #include <boost/test/unit_test.hpp>
 
 using namespace boost;


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