[libcxx-commits] [PATCH] D151490: [libc++] Gives ignore external linkage.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 30 08:57:20 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/include/tuple:1514-1516
namespace {
constexpr __ignore_t<unsigned char> ignore = __ignore_t<unsigned char>();
} // namespace
----------------
Is the anonymous namespace required? It should already have internal linkage, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151490/new/
https://reviews.llvm.org/D151490
More information about the libcxx-commits
mailing list