Skip to content

error: no member named 'p' in 'AIR::(lambda ...) #158

Answered by Life4gal
OfekShochat asked this question in Q&A
Discussion options

You must be logged in to vote
static constexpr auto rule = [] {
        return dsl::p<InstructionRule> + dsl::eof;
    };

|
|
v

static constexpr auto rule = [] {
        return dsl::p<InstructionRule> + dsl::eof;
    }();

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@OfekShochat
Comment options

Answer selected by foonathan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #156 on July 09, 2023 09:12.