From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- doc/html/boost/proto/if_.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/boost/proto/if_.html') diff --git a/doc/html/boost/proto/if_.html b/doc/html/boost/proto/if_.html index 00c6e40bfd..45cc41fc02 100644 --- a/doc/html/boost/proto/if_.html +++ b/doc/html/boost/proto/if_.html @@ -50,14 +50,14 @@ typename boost::result_of<proto::when<proto::_, Else>(Expr, State, Data)>::type >::type result_type; - // public member functions - result_type operator()(typename impl::expr_param, + // public member functions + result_type operator()(typename impl::expr_param, typename impl::state_param, typename impl::data_param) const; }; };
-

Description

+

Description

When proto::if_<If, Then, Else> is used as a grammar, If must be a Proto transform and -- cgit v1.2.3