www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 218] New: Clean up old code for packed bit array support

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=218

           Summary: Clean up old code for packed bit array support
           Product: D
           Version: 0.161
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P3
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: sean f4.ca


Phobos still contains some code used for packed bit array processing, and it
should probably be cleaned up at some point.  Omitting the alias for "bit" in
the global object module generates these errors:

internal\arraycat.d(69): identifier 'bit' is not defined
internal\arraycat.d(117): identifier 'bit' is not defined
internal\arraycat.d(154): identifier 'bit' is not defined
internal\arraycat.d(170): identifier 'bit' is not defined

internal\adi.d(310): identifier 'bit' is not defined
internal\adi.d(356): identifier 'bit' is not defined

std\format.d(138): identifier 'bit' is not defined


-- 
Jun 22 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=218


braddr puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Fixed in 1.022/2.005


-- 
Oct 20 2007