[Issue 16992] ddoc does not match documented unittest with static template method
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 16 17:39:22 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=16992
--- Comment #11 from Nick Treleaven <nick at geany.org> ---
Also note that `static` is missing from the template methods:
https://dlang.org/phobos/std_datetime_date.html#.Date.fromISOString
If you remove the template parentheses, `static` reappears.
--
More information about the Digitalmars-d-bugs
mailing list