[PATCH] D122119: [C++20][Modules] Adjust handling of exports of namespaces and using-decls.
Nathan Sidwell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 23 04:48:37 PDT 2022
urnathan added a comment.
In D122119#3401322 <https://reviews.llvm.org/D122119#3401322>, @ChuanqiXu wrote:
>
> I think the example is invalid since it violates [[ http://eel.is/c++draft/module.interface#6 | [module.interface]p6 ]] explicitly. If this is intended behavior or by design, we should change the wording.
That wording failed to be updated when the linkage-decl changes went in. I'll add a note to DR 2541. Linkage specifications, module purview, and module attachment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122119/new/
https://reviews.llvm.org/D122119
More information about the cfe-commits
mailing list