Re: [GSoC] Function parameter scope

2014-05-17 Thread Andrew Sutton
> 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

[GSoC] Function parameter scope

2014-05-17 Thread Braden Obrzut
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