[libcxx-commits] [libcxx] [libc++] Make std::pair trivially copyable if its members are (PR #89652)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 31 09:32:47 PDT 2024


philnik777 wrote:

> Thanks for working on this. How is it materially different to #84811?

It's not fundamentally different. The main change is that I use `__attribute__((enable_if))` to back-port this to C++03 with clang. If you don't mind I'd add you as a co-author, since I basically stole the idea.

https://github.com/llvm/llvm-project/pull/89652


More information about the libcxx-commits mailing list