[Bug c/46115] Feature request: anonymous functions (complementing anon aggregates)
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Mar 15 23:15:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46115
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Rob Staudinger from comment #3)
> For the record, this is already possible using bracketed expressions, but
> the syntactical sugar of not having to pick a function name would be great.
Actually that is not valid as func is local to that scope and now it escapes.
More information about the Gcc-bugs
mailing list