← Back to index
|
Original Bugzilla link
Bug 6119 – Assertion failure: '0' on line 1118 in file 'glue.c'
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
All
Creation time
2011-06-06T23:41:00Z
Last change time
2012-05-10T19:52:21Z
Assigned to
nobody
Creator
bugzilla
Comments
Comment #0
by bugzilla — 2011-06-06T23:41:23Z
void startsWith(alias pred) () if (is(typeof(pred('c', 'd')) : bool)) { } void startsWith(alias pred) () if (is(typeof(pred('c', "abc")) : bool)) { } void test() { startsWith!((a, b) { return a == b; })(); }
Comment #1
by bugzilla — 2011-06-07T01:06:14Z
https://github.com/D-Programming-Language/dmd/commit/cacbd0a9aad2d4263aac15637c4a63834ff40a0c
Comment #2
by k.hara.pg — 2012-05-10T19:52:21Z
*** Issue 6257 has been marked as a duplicate of this issue. ***