From 1a2334e6a8854f5084aa8518c55e4dd18d2de0c6 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 28 Mar 2020 19:16:14 -0700 Subject: [PATCH] ircd::spirit: Import _pass for phoenix semantic action; minor reorg. --- include/ircd/spirit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/ircd/spirit.h b/include/ircd/spirit.h index a13ded255..5a808923b 100644 --- a/include/ircd/spirit.h +++ b/include/ircd/spirit.h @@ -69,8 +69,6 @@ __attribute__((visibility("hidden"))) namespace qi = spirit::qi; namespace phx = boost::phoenix; - using spirit::unused_type; - using qi::locals; using qi::_a; using qi::_r1_type; @@ -121,6 +119,9 @@ __attribute__((visibility("hidden"))) using karma::maxwidth; using karma::buffer; + using spirit::unused_type; + using spirit::_pass; + using _val_type = phx::actor>; using _r0_type = phx::actor>; using _r1_type = phx::actor>;