www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1280] New: std.socket.Socket.send (void[],SocketFlags) should take a const(void)[] instead

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

           Summary: std.socket.Socket.send (void[],SocketFlags) should take
                    a const(void)[] instead
           Product: D
           Version: 2.000
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: thecybershadow gmail.com


std.socket.Socket.send (void[],SocketFlags) and related functions aught to take
a const(void)[] as a parameter, for conformity with the new type system rules.


-- 
Jun 19 2007
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1280


thecybershadow gmail.com changed:

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





Fixed in D 2.001.


-- 
Jun 27 2007