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

--- Comment #2 from Ketmar Dark <ket...@ketmar.no-ip.org> ---
is there any sense in having const methods there at all? anything more complex
than "syscall with fd" will require non-const anyway. besides, Socket is heap
object, and class with VMT, so it isn't supposed to be lightning-fast anyway.
const/nothrow simply adds some "attribute noise" here, without any real
purpose. i think. ;-)

--

Reply via email to