[libcxx-commits] [libcxx] [libc++] Implement part of P2562R1: constexpr `std::inplace_merge` (PR #129008)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 17 10:31:25 PDT 2025


================
@@ -0,0 +1,705 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef TEST_SUPPORT_CONSTEXPR_RANDOM_H
+#define TEST_SUPPORT_CONSTEXPR_RANDOM_H
----------------
mordante wrote:

Thanks. It's still a bit more code than I hoped, but I don't think that can be avoided.

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


More information about the libcxx-commits mailing list