[Issue 13051] Cannot use function literal inside struct initializer

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051

Jonathan Marler  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #3 from Jonathan Marler  ---
Thanks for checking Nathan.  I just tried this as well, works on dmd 2.082, but
not 2.079, so something must have come in between those 2 version to fix this.

--


[Issue 13051] Cannot use function literal inside struct initializer

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051

Nathan S.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||n8sh.second...@hotmail.com
 Resolution|--- |WORKSFORME

--- Comment #2 from Nathan S.  ---
Tested the code in the bug report. It compiles fine.

--


[Issue 13051] Cannot use function literal inside struct initializer

2016-10-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051

Justin Whear  changed:

   What|Removed |Added

 CC||jus...@economicmodeling.com

--


[Issue 13051] Cannot use function literal inside struct initializer

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051

Ralph Alexander Bariz  changed:

   What|Removed |Added

 CC||ralph.ba...@gmail.com

--- Comment #1 from Ralph Alexander Bariz  ---
Confirming this issue using
--
DMD64 D Compiler v2.071.2
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
--
on Linux x86_64

--