|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r48799 - trunk/libs/proto/doc
From: eric_at_[hidden]
Date: 2008-09-16 13:37:43
Author: eric_niebler
Date: 2008-09-16 13:37:43 EDT (Tue, 16 Sep 2008)
New Revision: 48799
URL: http://svn.boost.org/trac/boost/changeset/48799
Log:
add missing file
Added:
trunk/libs/proto/doc/getting_started.qbk (contents, props changed)
Text files modified:
trunk/libs/proto/doc/transforms.qbk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Added: trunk/libs/proto/doc/getting_started.qbk
==============================================================================
--- (empty file)
+++ trunk/libs/proto/doc/getting_started.qbk 2008-09-16 13:37:43 EDT (Tue, 16 Sep 2008)
@@ -0,0 +1,18 @@
+[/
+ / Copyright (c) 2008 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)
+ /]
+
+[section:getting_started Getting Started]
+
+[include installation.qbk]
+
+[include conventions.qbk]
+
+[include hello_world.qbk]
+
+[include calculator.qbk]
+
+[endsect]
Modified: trunk/libs/proto/doc/transforms.qbk
==============================================================================
--- trunk/libs/proto/doc/transforms.qbk (original)
+++ trunk/libs/proto/doc/transforms.qbk 2008-09-16 13:37:43 EDT (Tue, 16 Sep 2008)
@@ -581,7 +581,8 @@
[[Without [^proto::fold<>]][With [^proto::fold<>]]]
[[``StringCopy(
proto::_right
- , StringCopy(proto::_left)
+ , StringCopy(proto::_left, proto::_state, proto::_data)
+ , proto::_data
)``
][``proto::fold<_, proto::_state, StringCopy>``]]
]
@@ -633,7 +634,7 @@
disambiguating object transforms from callable transforms, and also for
working around compiler bugs with nested function types.]]
[[_default_pt_]
- [Given a grammar _G_, `proto::_default<G>` evaluates the current node
+ [Given a grammar _G_, `proto::_default<_G_>` evaluates the current node
according to the standard C++ meaning of the operation the node represents.
For instance, if the current node is a binary plus node, the two children
will both be evaluated according to `_G_` and the results will be added and
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk