[libcxx-commits] [libcxx] [libc++][modules] Attach declarations to the global module. (PR #92747)
Daniela Engert via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 08:33:53 PDT 2024
DanielaE wrote:
@cpplearner You introduce a _name_ into a different context: namespace `std`, module `std`, language linkage specification `C++`. This is what you export. It is unspecified whether the exported using declaration refers to the new name or the referred-to one.
https://github.com/llvm/llvm-project/pull/92747
More information about the libcxx-commits
mailing list