[libcxx-commits] [libcxx] [libc++][concepts] P2404R3: Move-only types for equality_comparable_with, totally_ordered_with, and three_way_comparable_with (PR #99420)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 20:47:38 PDT 2024
================
@@ -0,0 +1,51 @@
+//===----------------------------------------------------------------------===//
+//
+// 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 _LIBCPP___CONCEPTS_COMPARISON_COMMON_TYPE_H
+#define _LIBCPP___CONCEPTS_COMPARISON_COMMON_TYPE_H
+
+#include "__concepts/common_reference_with.h"
----------------
Zingam wrote:
```suggestion
#include <__concepts/common_reference_with.h>
```
Elsewhere also
https://github.com/llvm/llvm-project/pull/99420
More information about the libcxx-commits
mailing list