[Issue 10325] New: ddoc: template constraints inconsistently shown in generated html
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 10 14:32:14 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10325
Summary: ddoc: template constraints inconsistently shown in
generated html
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thelastmammoth at gmail.com
--- Comment #0 from thelastmammoth at gmail.com 2013-06-10 14:32:13 PDT ---
ddoc doesn't generate template constraints or does so very inconsistently :
in http://dlang.org/phobos/std_algorithm.html we have:
template map(fun...) if (fun.length >= 1);
but all other template constraints are omitted, eg:
void fill(Range, Value)(Range range, Value filler); // template constraint
omitted.
I originally reported this in
http://forum.dlang.org/post/mailman.1006.1370836279.13711.digitalmars-d@puremagic.com.
In that link I also suggested a concise way to write those template
constraints.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list