Update of /cvsroot/boost/boost/libs/xpressive/proto/example
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25923/example
Modified Files:
calc1.cpp calc2.cpp calc3.cpp hello.cpp lazy_vector.cpp
mixed.cpp rgb.cpp tarray.cpp vec3.cpp vector.cpp
Log Message:
stub section on expression evaluation
Index: calc1.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/calc1.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- calc1.cpp 17 Apr 2007 06:29:32 -0000 1.1
+++ calc1.cpp 26 Jun 2007 06:16:06 -0000 1.2
@@ -1,3 +1,4 @@
+//[ Calc1
// 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)
@@ -64,3 +65,4 @@
return 0;
}
+//]
Index: calc2.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/calc2.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- calc2.cpp 26 May 2007 00:53:57 -0000 1.2
+++ calc2.cpp 26 Jun 2007 06:16:06 -0000 1.3
@@ -1,3 +1,4 @@
+//[ Calc2
// 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)
@@ -104,3 +105,4 @@
return 0;
}
+//]
Index: calc3.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/calc3.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- calc3.cpp 23 Jun 2007 17:12:49 -0000 1.6
+++ calc3.cpp 26 Jun 2007 06:16:06 -0000 1.7
@@ -1,3 +1,4 @@
+//[ Calc3
// 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)
@@ -222,3 +223,4 @@
return 0;
}
+//]
Index: hello.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/hello.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hello.cpp 4 Apr 2007 07:02:00 -0000 1.1
+++ hello.cpp 26 Jun 2007 06:16:06 -0000 1.2
@@ -1,3 +1,4 @@
+//[ 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)
@@ -22,3 +23,4 @@
evaluate( cout_ << "hello" << ',' << " world" );
return 0;
}
+//]
Index: lazy_vector.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/lazy_vector.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lazy_vector.cpp 20 Jun 2007 01:45:49 -0000 1.4
+++ lazy_vector.cpp 26 Jun 2007 06:16:06 -0000 1.5
@@ -1,3 +1,4 @@
+//[ LazyVector
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -140,3 +141,4 @@
return 0;
}
+//]
Index: mixed.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/mixed.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mixed.cpp 25 Jun 2007 08:07:12 -0000 1.1
+++ mixed.cpp 26 Jun 2007 06:16:06 -0000 1.2
@@ -1,3 +1,4 @@
+//[ Mixed
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -350,3 +351,4 @@
<< std::endl;
}
}
+//]
Index: rgb.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/rgb.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rgb.cpp 23 Jun 2007 17:12:49 -0000 1.2
+++ rgb.cpp 26 Jun 2007 06:16:06 -0000 1.3
@@ -1,3 +1,4 @@
+//[ RGB
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -86,3 +87,4 @@
return 0;
}
+//]
Index: tarray.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/tarray.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tarray.cpp 22 Jun 2007 21:45:58 -0000 1.1
+++ tarray.cpp 26 Jun 2007 06:16:06 -0000 1.2
@@ -1,3 +1,4 @@
+//[ TArray
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -216,3 +217,4 @@
return 0;
}
+//]
Index: vec3.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/vec3.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vec3.cpp 23 Jun 2007 17:12:49 -0000 1.3
+++ vec3.cpp 26 Jun 2007 06:16:06 -0000 1.4
@@ -1,3 +1,4 @@
+//[ Vec3
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -144,4 +145,4 @@
return 0;
}
-
+//]
Index: vector.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/example/vector.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vector.cpp 25 Jun 2007 07:44:54 -0000 1.2
+++ vector.cpp 26 Jun 2007 06:16:06 -0000 1.3
@@ -1,3 +1,4 @@
+//[ Vector
///////////////////////////////////////////////////////////////////////////////
// Copyright 2007 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -225,3 +226,4 @@
<< std::endl;
}
}
+//]
-------------------------------------------------------------------------
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