Update of /cvsroot/boost/boost/libs/xpressive/proto/test
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5021/libs/xpressive/proto/test

Modified Files:
        examples.cpp lambda.cpp 
Log Message:
move applyN and always transforms into the apply.hpp header

Index: examples.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/test/examples.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- examples.cpp        22 Jun 2007 17:28:17 -0000      1.6
+++ examples.cpp        23 Jun 2007 17:12:49 -0000      1.7
@@ -13,6 +13,7 @@
 #include <boost/xpressive/proto/transform/fold.hpp>
 #include <boost/xpressive/proto/transform/branch.hpp>
 #include <boost/xpressive/proto/transform/list.hpp>
+#include <boost/xpressive/proto/transform/apply.hpp>
 #include <boost/xpressive/proto/transform/construct.hpp>
 #include <boost/xpressive/proto/transform/fold_tree.hpp>
 #include <boost/utility/result_of.hpp>

Index: lambda.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/test/lambda.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- lambda.cpp  16 Jun 2007 05:46:16 -0000      1.14
+++ lambda.cpp  23 Jun 2007 17:12:49 -0000      1.15
@@ -28,6 +28,7 @@
 #include <boost/xpressive/proto/context.hpp>
 #include <boost/xpressive/proto/transform/arg.hpp>
 #include <boost/xpressive/proto/transform/fold.hpp>
+#include <boost/xpressive/proto/transform/apply.hpp>
 #include <boost/test/unit_test.hpp>
 #include <boost/test/floating_point_comparison.hpp>
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to