Jonathan Wakely
Jonathan Wakely
I know I've considered this problem in the past (many years ago), but I don't remember if I came to any conclusion. One option would be additional flags passed to...
Hi - no, I actually prefer using GH to SF, so this is fine, I'm just really bad at getting through my TODO list. I'll re-review this tomorrow. Thanks for...
Why does the new function return a `size_t` and not a `pmode` ? Other than that, it looks fine.
Why not just copy it from upstream?
I think you can check `#ifdef __NEWLIB__`
LEWG reviewed this, unanimous consent to making IPv4 the default state
w.r.t the naming discussion in LEWG in Lenexa, it occurs to me that this is not a std::basic_iostream, it is a basic_socket that reads/writes via a std::iostream i.e. via std::basic_iostream,...
Full notes of Lenexa discussions to follow, but one thing that might be worth considering is whether these types can be removed from the spec entirely, or at least made...
A related question is whether objects such as timers can be used in their moved-from state. The move constructors say: > — get_executor() is equal to the prior value of...
> A moved-from socket is intended to be in the same state as one that was newly constructed from the io_context. OK, then my third bullet isn't needed. > I...