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

Modified Files:
        quick_start.qbk 
Log Message:
work around msvc-7.1 bug with array handling

Index: quick_start.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/proto/doc/quick_start.qbk,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- quick_start.qbk     3 Feb 2007 00:14:33 -0000       1.3
+++ quick_start.qbk     3 Feb 2007 18:00:46 -0000       1.4
@@ -41,6 +41,9 @@
 hello, world
 ]
 
+This program builds an object representing the output operation and passes
+it to an `evaluate()` function, which then executes it.
+
 Notice that in order to build a Proto expression template, at least one 
 argument in the expression must be a Proto-ified. In this case, that is done 
 with the _terminal_ class template, which is used to wrap `std::cout`. That 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to