[libcxx-commits] [libcxx] [libcxx] makes `pair` conditionally trivially copyable for C++20 (PR #84811)
James Y Knight via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 13:13:18 PDT 2024
jyknight wrote:
I believe there shouldn't be ABI impact from modifying pair to derive from a zero-sized base class.
https://github.com/llvm/llvm-project/pull/84811
More information about the libcxx-commits
mailing list