←back to thread

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

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

replies(2): >>40855622 #>>40857227 #
1. 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.