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

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 5 03:43:58 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:

For record: the bug is likely to be https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115754 which is resolved in GCC 14.2.

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


More information about the libcxx-commits mailing list