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

Modified Files:
        lazy_vector.cpp 
Log Message:
major renames for proto to conform with <functional>

Index: lazy_vector.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/lazy_vector.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- lazy_vector.cpp     17 Apr 2007 22:36:44 -0000      1.1
+++ lazy_vector.cpp     29 Apr 2007 03:38:49 -0000      1.2
@@ -26,8 +26,8 @@
 struct LazyVectorGrammar
   : proto::or_<
         proto::terminal< std::vector<_> >
-      , proto::add< LazyVectorGrammar, LazyVectorGrammar>
-      , proto::subtract< LazyVectorGrammar, LazyVectorGrammar>
+      , proto::plus< LazyVectorGrammar, LazyVectorGrammar>
+      , proto::minus< LazyVectorGrammar, LazyVectorGrammar>
     >
 {};
 


-------------------------------------------------------------------------
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