← Back to index
|
Original Bugzilla link
Bug 8242 – cannot use template function literals at module scope
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-06-14T10:42:00Z
Last change time
2012-06-15T14:27:14Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
timon.gehr
Comments
Comment #0
by timon.gehr — 2012-06-14T10:42:26Z
DMD 2.059: auto exec(alias a,T...)(T as){return a(as);} mixin exec!(x=>x, int); // error The code should compile.
Comment #1
by k.hara.pg — 2012-06-15T09:42:36Z
https://github.com/D-Programming-Language/dmd/pull/1006
Comment #2
by github-bugzilla — 2012-06-15T12:44:08Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/c7c0cc1c62795da91adff842daa7cc88a9c296d0
fix Issue 8242 - cannot use template function literals at module scope
https://github.com/D-Programming-Language/dmd/commit/5428cbf4229e111b266d07b502ccaad8a8f58456
Merge pull request #1006 from 9rnsr/fix_funclit Issue 8241 & 8242 - Fixup lambda context pointer correctly