[Issue 3484] std.socket.Address hierarchy not const-safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 23 23:41:51 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=3484


Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com


--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> 2011-08-23 23:41:49 PDT ---
https://github.com/D-Programming-Language/phobos/pull/211

Note that Address.name() can't be const, since it can be used (and is used,
within std.socket) to populate the Address data.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list