[Issue 3312] New: std.string.count should use const(char)[], not immutable.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 11 08:19:51 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3312
Summary: std.string.count should use const(char)[], not
immutable.
Product: D
Version: 2.032
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: dsimcha at yahoo.com
--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2009-09-11 08:19:51 PDT ---
There's not much of a reason why count() needs a guarantee that noone else will
have a mutable view of the arguments.
--
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