0
0
Fork 0
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:
Jason Volk 2019-04-03 11:18:52 -07:00
parent a1419ca78b
commit b83bc1cb2f

View file

@ -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