[libcxx-commits] [libcxx] [libc++] Deprecates rel_ops. (PR #91642)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 20 06:57:55 PDT 2024
================
@@ -0,0 +1,35 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// <utility>
+
+// UNSUPPORTED: c++03, c++11, c++
----------------
mordante wrote:
yes thanks!
https://github.com/llvm/llvm-project/pull/91642
More information about the libcxx-commits
mailing list