[Issue 18906] Template specialisations should not be stripped if they're not called
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 25 17:46:44 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18906
Nathan S. <n8sh.secondary at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |n8sh.secondary at hotmail.com
--- Comment #1 from Nathan S. <n8sh.secondary at hotmail.com> ---
```
int t(T : int)(int x)
{
return x * 2;
}
```
What is the point of the template?
--
More information about the Digitalmars-d-bugs
mailing list