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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 27 07:09:15 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG51414d9982e0: [libc++][NFC] Remove extra __ranges/take_view.h entry in CMakeLists.txt (authored by joe_loser, committed by ldionne).

Repository:
  rG LLVM Github Monorepo

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

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.369090.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210827/2285c6e8/attachment-0001.bin>


More information about the libcxx-commits mailing list