Open chriskohlhoff opened 9 years ago
Currently it is:
namespace std { namespace experimental { inline namespace network_v1 { } // inline namespace network_v1 } // namespace experimental } // namespace std
The question is whether it will be std:: or std::something::, and what effect the choice has on the namespace used in the TS.
std::
std::something::
Currently it is: