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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 3 11:01:23 PDT 2024


EricWF wrote:

OK, so I think these "ABI" breaks are more benign that I initially thought, since itanium uses doesn't consider the assignment operators for the purposes of the calling convention. 

So I'm happy to unblock on this, though I'm curious now why we're treating this as an ABI break at all?
The bytes don't change meaning, and the calling conventions stay the same.

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


More information about the libcxx-commits mailing list