[libcxx-commits] [PATCH] D150146: [libc++] Implement ranges::starts_with

Zijun Zhao via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 11 11:17:33 PDT 2023


ZijunZhao added inline comments.


================
Comment at: libcxx/include/__algorithm/ranges_starts_with.h:11
+#define _LIBCPP___ALGORITHM_RANGES_STARTS_WITH_H
+
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
----------------
philnik wrote:
> You have to `#include <__config>`.
I see. Yes, according to the build error log, I need to include more header files. WIP


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150146/new/

https://reviews.llvm.org/D150146



More information about the libcxx-commits mailing list