[libcxx-commits] [libcxx] [libc++][C++26] P2562R1: `constexpr` Stable Sorting (PR #110320)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Sep 28 06:37:57 PDT 2024
PaulXiCao wrote:
This comment by Jiang An on the discord channel for reference:
> I think we may need to use std::__construct_at for older compilers. Once compiler versions that don't support constexpr placement-new are no longer supported, the workaround can be removed.
https://github.com/llvm/llvm-project/pull/110320
More information about the libcxx-commits
mailing list