[libcxx-commits] [PATCH] D123600: [libc++][ranges] Implement `views::take`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 4 03:27:45 PDT 2022


var-const updated this revision to Diff 426958.
var-const added a comment.

Fix the CI:

- appease clang-tidy;
- make sure to undefine min/max macros in the forward-declaration headers;
- tweak the modulemap linter to recognize forward-declaration headers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123600

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__fwd/span.h
  libcxx/include/__fwd/string_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/module.modulemap
  libcxx/include/span
  libcxx/include/string_view
  libcxx/test/libcxx/lint/lint_modulemap.sh.py
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take/adaptor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123600.426958.patch
Type: text/x-patch
Size: 23146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220504/a1cff877/attachment-0001.bin>


More information about the libcxx-commits mailing list