asio-tr2
asio-tr2 copied to clipboard
Consider namespace and where it will end up once "experimental" is dropped
Currently it is:
namespace std {
namespace experimental {
inline namespace network_v1 {
} // inline namespace network_v1
} // namespace experimental
} // namespace std
Pre-Lenexa Summary
The question is whether it will be std:: or std::something::, and what effect the choice has on the namespace used in the TS.