[libcxx-commits] [libcxx] [libc++] Deprecates rel_ops. (PR #91642)

S. B. Tam via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 20 06:39:17 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++
----------------
cpplearner wrote:

typo?
```suggestion
// UNSUPPORTED: c++03, c++11, c++14, c++17
```

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


More information about the libcxx-commits mailing list