[Issue 20576] TemplateTypeParameter default values are not checked
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 11 22:31:37 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20576
--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
TemplateValueParameter too:
---
void foo(ubyte u = 0xFF1)()
{
}
void main()
{
foo!1();
}
---
--
More information about the Digitalmars-d-bugs
mailing list