www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12462] New: std.bitmanip.BitArray should use new-style operator overloads

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



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: -------
Mar 25 2014
parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12462


bearophile_hugs eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs eml.cc




 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.
DMD 2.066 should give warnings where you use old-style operator overloading. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 25 2014