[Issue 8416] Assertion failure: '0' on line 2018 in file 'interpret.c'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 13 23:41:16 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8416
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Don <clugdbug at yahoo.com.au> 2012-11-13 23:41:14 PST ---
Slightly reduced, fails on 2.059:
---
int bug8416(Options...)()
{
foreach (Option; Options) {}
return 1;
}
void test8416() {
bool var;
static assert( bug8416!(var) == 1 );
}
---
But this code works on github. Probably a duplicate of a recently fixed bug.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list