2
0
mirror of https://github.com/boostorg/proto.git synced 2026-01-28 07:22:31 +00:00

add user docs for per-domain as_child, missing copyrights on BoostBook files, typos in examples

[SVN r76286]
This commit is contained in:
Eric Niebler
2012-01-03 00:38:37 +00:00
parent 352cd3929d
commit e128221784
57 changed files with 606 additions and 124 deletions

View File

@@ -183,7 +183,7 @@ struct construct_helper
{ return T(); }
// Generate BOOST_PROTO_MAX_ARITY overloads of the
// followig function call operator.
// following function call operator.
#define BOOST_PROTO_LOCAL_MACRO(N, typename_A, A_const_ref, A_const_ref_a, a)\
template<typename_A(N)> \
T operator()(A_const_ref_a(N)) const \