chriskohlhoff / asio-tr2

C++ TR2 proposal based on Asio
17 stars 5 forks source link

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

Open chriskohlhoff opened 9 years ago

chriskohlhoff commented 9 years ago

Currently it is:

namespace std {
  namespace experimental {
    inline namespace network_v1 {
    } // inline namespace network_v1
  } // namespace experimental
} // namespace std
chriskohlhoff commented 9 years ago

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.