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

Modified Files:
        hello.cpp mixed.cpp vector.cpp 
Log Message:
s/multilpies/multiplies/g

Index: hello.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/hello.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- hello.cpp   26 Jun 2007 06:16:06 -0000      1.2
+++ hello.cpp   10 Jul 2007 05:12:24 -0000      1.3
@@ -1,4 +1,5 @@
 //[ HelloWorld
+////////////////////////////////////////////////////////////////////
 //  Copyright 2007 Eric Niebler. Distributed under the Boost
 //  Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Index: mixed.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/mixed.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mixed.cpp   28 Jun 2007 02:29:19 -0000      1.3
+++ mixed.cpp   10 Jul 2007 05:12:24 -0000      1.4
@@ -137,7 +137,7 @@
 
     template<int D> struct case_< proto::tag::plus_assign, D >         : _ {};
     template<int D> struct case_< proto::tag::minus_assign, D >        : _ {};
-    template<int D> struct case_< proto::tag::multilpies_assign, D >   : _ {};
+    template<int D> struct case_< proto::tag::multiplies_assign, D >   : _ {};
     template<int D> struct case_< proto::tag::divides_assign, D >      : _ {};
     template<int D> struct case_< proto::tag::modulus_assign, D >      : _ {};
     template<int D> struct case_< proto::tag::shift_left_assign, D >   : _ {};

Index: vector.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/vector.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vector.cpp  26 Jun 2007 06:16:06 -0000      1.3
+++ vector.cpp  10 Jul 2007 05:12:24 -0000      1.4
@@ -98,7 +98,7 @@
 
     template<int D> struct case_< proto::tag::plus_assign, D >         : _ {};
     template<int D> struct case_< proto::tag::minus_assign, D >        : _ {};
-    template<int D> struct case_< proto::tag::multilpies_assign, D >   : _ {};
+    template<int D> struct case_< proto::tag::multiplies_assign, D >   : _ {};
     template<int D> struct case_< proto::tag::divides_assign, D >      : _ {};
     template<int D> struct case_< proto::tag::modulus_assign, D >      : _ {};
     template<int D> struct case_< proto::tag::shift_left_assign, D >   : _ {};


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