Namespaces
Variants

Template talk:dsc namespace

From cppreference.com

This could use an option to specify inline namespaces, used by library components in C++14 --Cubbi 10:40, 15 August 2013 (PDT)

Sure, I've added it. P12 11:59, 15 August 2013 (PDT)
I think we need a way to specify into which namespace the contents of an inline namespace are imported. For example, in the case std::literals::string_literals, it's unclear whether the contents of the namespace are imported only to std::literals or directly to the std namespace. P12 14:44, 15 August 2013 (PDT)
true, in both library cases (string and chrono literals), it's all going into std. --Cubbi 14:52, 15 August 2013 (PDT)