> I'm trying to figure out how to bring variables into scope
> temporarily. The issue we're having is parsing something like:
>
> auto f1(auto x) requires MyConcept() { }
>
> This is similar to the late return type code, but we want to parse
> this during cp_parser_init_declarator instead of durin
Hello,
I'm trying to figure out how to bring variables into scope
temporarily. The issue we're having is parsing something like:
auto f1(auto x) requires MyConcept() { }
This is similar to the late return type code, but we want to parse
this during cp_parser_init_declarator instead of during
cp