https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82930
sandthorn changed:
What|Removed |Added
CC||hotguest1 at hotmail dot com
--- Comment #3
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hotguest1 at hotmail dot com
Target Milestone: ---
Compiler thinks ',' in
inner_func2 =
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hotguest1 at hotmail dot com
Target Milestone: ---
We can do this in both GCC and clang
std
IRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hotguest1 at hotmail dot com
Target Milestone: ---
Suppose we have a y-combinator, so that we can write lambdas in recursive
fashion.
template
s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97640
--- Comment #1 from sandthorn ---
The y-combinator implementation is from Barry's and Mathemagician's answer on
SO.
https://stackoverflow.com/a/40873657/6370128