[libcxx-dev] Question: Why are std::exception & friends not in a versioned namespace?

Louis Dionne via libcxx-dev libcxx-dev at lists.llvm.org
Wed Oct 17 11:32:54 PDT 2018


The title of the message pretty much says everything. I’m wondering why `std::exception` is not `std::__1::exception` instead — most symbols are in the  versioned namespace, but not this one.

Thanks,
Louis



More information about the libcxx-dev mailing list