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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 19 07:13:03 PDT 2007


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 at digitalmars.com
        ReportedBy: thecybershadow at 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.


-- 



More information about the Digitalmars-d-bugs mailing list