[libcxx-commits] [libcxx] [libc++][C++26] P2562R1: `constexpr` Stable Sorting (PR #110320)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 7 04:47:14 PDT 2024
================
@@ -106,7 +106,7 @@ _LIBCPP_HIDE_FROM_ABI void __merge_move_construct(
}
template <class _AlgPolicy, class _Compare, class _InputIterator1, class _InputIterator2, class _OutputIterator>
-_LIBCPP_HIDE_FROM_ABI void __merge_move_assign(
+_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 void __merge_move_assign(
----------------
PaulXiCao wrote:
Alternative: Wait until ci updates to gcc14.2. This is the current latest stable release and as of libcxx.llvm.org that is the only one we are required to support.
https://github.com/llvm/llvm-project/pull/110320
More information about the libcxx-commits
mailing list