[clang] [Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (PR #101448)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 09:39:47 PDT 2024
Sirraide wrote:
So after talking over some of the more horrible edge cases w/ Corentin for a while, it looks like implementing this requires supporting unexpanded packs in nested name specifiers, which we don’t, but he has a patch for that, so I’ll be taking a look at that next.
https://github.com/llvm/llvm-project/pull/101448
More information about the cfe-commits
mailing list