digitalmars.D.bugs - [Issue 1280] New: std.socket.Socket.send (void[],SocketFlags) should take a const(void)[] instead
- d-bugmail puremagic.com (16/16) Jun 19 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1280
- d-bugmail puremagic.com (9/9) Jun 27 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1280
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
http://d.puremagic.com/issues/show_bug.cgi?id=1280 thecybershadow gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from thecybershadow gmail.com 2007-06-27 16:17 ------- Fixed in D 2.001. --
Jun 27 2007