Update of /cvsroot/boost/boost/boost/xpressive/proto/transform
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6214/boost/xpressive/proto/transform

Modified Files:
        list.hpp 
Log Message:
simple changes for Boost v1.34 compatibility

Index: list.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/transform/list.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- list.hpp    30 Jan 2007 21:51:58 -0000      1.4
+++ list.hpp    4 Apr 2007 06:42:26 -0000       1.5
@@ -11,7 +11,12 @@
 #define BOOST_PROTO_TRANSFORM_LIST_HPP_EAN_12_16_2006
 
 #include <boost/xpressive/proto/detail/prefix.hpp>
-#include <boost/fusion/sequence/container/list/cons.hpp>
+#include <boost/version.hpp>
+#if BOOST_VERSION < 103500
+# include <boost/spirit/fusion/sequence/cons.hpp>
+#else
+# include <boost/fusion/sequence/container/list/cons.hpp>
+#endif
 #include <boost/xpressive/proto/proto_fwd.hpp>
 #include <boost/xpressive/proto/detail/suffix.hpp>
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to