asio-tr2 icon indicating copy to clipboard operation
asio-tr2 copied to clipboard

Consider namespace and where it will end up once "experimental" is dropped

Open chriskohlhoff opened this issue 10 years ago • 1 comments

Currently it is:

namespace std {
  namespace experimental {
    inline namespace network_v1 {
    } // inline namespace network_v1
  } // namespace experimental
} // namespace std

chriskohlhoff avatar Mar 26 '15 21:03 chriskohlhoff

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.

chriskohlhoff avatar May 05 '15 11:05 chriskohlhoff