[libcxx-commits] [PATCH] D108802: [libcxx] [NFC] Remove extra __ranges/take_view.h entry in CML

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 26 21:38:27 PDT 2021


jloser created this revision.
Herald added a subscriber: mgorny.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Remove extra entry in the CMake file list for `__ranges/take_view.h`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108802

Files:
  libcxx/include/CMakeLists.txt


Index: libcxx/include/CMakeLists.txt
===================================================================
--- libcxx/include/CMakeLists.txt
+++ libcxx/include/CMakeLists.txt
@@ -234,7 +234,6 @@
   __ranges/size.h
   __ranges/subrange.h
   __ranges/take_view.h
-  __ranges/take_view.h
   __ranges/transform_view.h
   __ranges/view_interface.h
   __split_buffer


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108802.369025.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210827/565dfff0/attachment.bin>


More information about the libcxx-commits mailing list