August 20, 2008 [Issue 2298] New: Parameters not visible in the concept condition | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=2298 Summary: Parameters not visible in the concept condition Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: andrei@metalanguage.com void f(S...)(S s) if (S.length > 3) { } void main() { f(1, 2, 3, 4); } Error: undefined identifier S -- |
March 15, 2009 [Issue 2298] Parameters not visible in the concept condition | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2298 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from bugzilla@digitalmars.com 2009-03-14 20:54 ------- Works in dmd 2.026 -- |
Copyright © 1999-2021 by the D Language Foundation