[Issue 16514] std.socket methods are const, and thus cannot be overriden for SSLSocket, for example

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 13 01:14:33 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16514

--- Comment #10 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Ketmar Dark from comment #8)
> why not `inout` then?

Well, that still doesn't fix that that PR broke code. With const/non-const
overrides I thought that we could just make the const ones public (maybe final)
and non-const protected for overriding, but that didn't work.

--


More information about the Digitalmars-d-bugs mailing list