[libcxx-commits] [libcxx] [libc++][modules] Attach declarations to the global module. (PR #92747)

S. B. Tam via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 20 07:56:26 PDT 2024


cpplearner wrote:

>From a language lawyer's perspective, I don't think this is a real problem. The using declarations do not declare any entity, but merely make the names available in a different context. So I believe that they don't conflict with the original declarations.

https://github.com/llvm/llvm-project/pull/92747


More information about the libcxx-commits mailing list