https://issues.dlang.org/show_bug.cgi?id=22357
ryuukk_ <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from ryuukk_ <[email protected]> --- Someone changed the name of socket_t enum init to _init Some places in the code calls socket_t.init, but none have been updated, could that be related? https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2667 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2696 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2734 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2895 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2902 https://github.com/dlang/phobos/blob/v2.097.2/std/socket.d#L2947 --
