Thread overview | ||||||
---|---|---|---|---|---|---|
|
September 15, 2015 [Issue 15063] Template Instantiation Accepts Invalid Code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15063 Jack Stouffer <jack@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |accepts-invalid -- |
September 16, 2015 [Issue 15063] Template Instantiation Accepts Invalid Code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15063 --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> --- Reduced test case: void test1(alias pred = "a == b", T)(T a) { pragma(msg, 1); } void test1(int flag = 0, T)(T a) { pragma(msg, 2); } void main() { test1(1); } -- |
December 17, 2022 [Issue 15063] Template Instantiation Accepts Invalid Code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15063 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 13 [Issue 15063] Template Instantiation Accepts Invalid Code | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=15063 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/19042 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation