[libcxx-commits] [libcxx] [libc++][C++26] P2562R1: `constexpr` Stable Sorting (PR #110320)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 3 23:12:59 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(
----------------
frederick-vs-ja wrote:

Perhaps we should locate the bug causing CI failure and add some workaround for GCC 14, although I have no reduced example yet.

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


More information about the libcxx-commits mailing list