[libcxx-commits] [libcxx] [libc++] Make std::pair trivially copyable if its members are (PR #89652)
Christopher Di Bella via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 23 11:25:04 PDT 2024
cjdb wrote:
That it's changing from standard version to standard version may be due to how the language rules work. We occasionally update the meaning of trivially copyable, and that can impact the result of the trait.
https://github.com/llvm/llvm-project/pull/89652
More information about the libcxx-commits
mailing list