[Issue 12462] New: std.bitmanip.BitArray should use new-style operator overloads
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 25 05:49:16 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12462
Summary: std.bitmanip.BitArray should use new-style operator
overloads
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-03-25 13:49:15 CET ---
It seems to use the old opCom/opAnd/etc, these might even be deprecated some
day. The fact that they're there might encourage users to write the old-style
operators in their own code.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list