ARTICLE AD BOX
As C++26 standard's timeline is getting near, I want to know if there are plans for including /supporting networking or if it has been officially decided that it will be in the next to next(i.e C++29) version. More importantly, I want to know what exactly are the problems that lead to deferring the inclusion of networking in the C++ standard. Also, can these problems be resolved such that networking can be included in C++29 standard?
Networking here would mean things like able to receive send requests(among other things) as can be done in other programming languages for example. Another example would be things supported by boos.asio etc.
