From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- doc/html/BOOST_PROTO_LOCAL_ITERATE.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/BOOST_PROTO_LOCAL_ITERATE.html') diff --git a/doc/html/BOOST_PROTO_LOCAL_ITERATE.html b/doc/html/BOOST_PROTO_LOCAL_ITERATE.html index 7f4bf59b5d..9c25474d2d 100644 --- a/doc/html/BOOST_PROTO_LOCAL_ITERATE.html +++ b/doc/html/BOOST_PROTO_LOCAL_ITERATE.html @@ -34,7 +34,7 @@ BOOST_PROTO_LOCAL_ITERATE()
-

Description

+

Description

BOOST_PROTO_LOCAL_ITERATE() is used generate the kind of repetitive code that is typical of EDSLs built with Proto. This macro causes the user-defined macro BOOST_PROTO_LOCAL_MACRO() to @@ -64,7 +64,7 @@ >::type const \ construct(A_const_ref_a(N)) \ { \ - return proto::make_expr< \ + return proto::make_expr< \ proto::tag::function \ >( \ construct_helper<T>() \ @@ -89,7 +89,7 @@ >::type const construct(A0 const & a0) { - return proto::make_expr< + return proto::make_expr< proto::tag::function >( construct_helper<T>() @@ -106,7 +106,7 @@ >::type const construct(A0 const & a0, A1 const & a1) { - return proto::make_expr< + return proto::make_expr< proto::tag::function >( construct_helper<T>() -- cgit v1.2.3