[flang-commits] [flang] [libc++] Implement ranges::contains (PR #65148)

Konstantin Varlamov via flang-commits flang-commits at lists.llvm.org
Mon Oct 2 14:34:06 PDT 2023


================
@@ -0,0 +1,61 @@
+//===----------------------------------------------------------------------===//
+//
+// 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___ALGORITHM_RANGES_CONTAINS_H
+#define _LIBCPP___ALGORITHM_RANGES_CONTAINS_H
+
+#include <__algorithm/in_in_result.h>
----------------
var-const wrote:

Nit: `in_in_result.h` is probably not needed anymore.

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


More information about the flang-commits mailing list