mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::spirit: Add explicit phoenix actor typedefs for additional argument slots.
This commit is contained in:
parent
a1419ca78b
commit
b83bc1cb2f
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,12 @@ namespace ircd::spirit
|
|||
using karma::maxwidth;
|
||||
using karma::buffer;
|
||||
|
||||
using _val_type = phx::actor<spirit::attribute<0>>;
|
||||
using _r0_type = phx::actor<spirit::attribute<0>>;
|
||||
using _r1_type = phx::actor<spirit::attribute<1>>;
|
||||
using _r2_type = phx::actor<spirit::attribute<2>>;
|
||||
using _r3_type = phx::actor<spirit::attribute<3>>;
|
||||
|
||||
template<class parent_error> struct expectation_failure;
|
||||
|
||||
extern thread_local char rulebuf[64]; // parse.cc
|
||||
|
|
Loading…
Reference in a new issue