[libcxx-commits] [PATCH] D108726: [libc++][NFC] Remove duplicate ranges entry in CMakeLists.txt.
Dimitry Andric via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 25 14:12:33 PDT 2021
dim created this revision.
dim added reviewers: ldionne, cjdb.
Herald added a subscriber: mgorny.
dim requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.
The second entry got added accidentally as part of 5a3309f825769 <https://reviews.llvm.org/rG5a3309f8257690838d8dbc8c973cdc90a32dba33>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108726
Files:
libcxx/include/CMakeLists.txt
Index: libcxx/include/CMakeLists.txt
===================================================================
--- libcxx/include/CMakeLists.txt
+++ libcxx/include/CMakeLists.txt
@@ -383,7 +383,6 @@
queue
random
ranges
- ranges
ratio
regex
scoped_allocator
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108726.368721.patch
Type: text/x-patch
Size: 270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210825/91c36b77/attachment.bin>
More information about the libcxx-commits
mailing list