←back to thread

196 points svlasov | 3 comments | | HN request time: 0.431s | source
1. raymond_goo ◴[] No.40854550[source]
Ctrl-F "networking", cry, close page...

See also: https://github.com/cplusplus/networking-ts

replies(2): >>40855622 #>>40857227 #
2. account42 ◴[] No.40855622[source]
What does this have to do with reflection. Also why do you need networking in the C++ standard library? Networking is neither something that is relevant as a vocabulary that needs to be common between libraries nor is it something that makes sense to be set in stone like basic algorithms. Just use OS interfaces or a third-party abstraction FFS.
3. lpribis ◴[] No.40857227[source]
What? This is only the proposal for reflection. Networking is completely separate.