[libcxx-commits] [PATCH] D114328: [libc++][NFC] Sort includes in __ranges/concepts.h

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 20 16:14:17 PST 2021


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

If CI is happy, I'll land this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114328

Files:
  libcxx/include/__ranges/concepts.h


Index: libcxx/include/__ranges/concepts.h
===================================================================
--- libcxx/include/__ranges/concepts.h
+++ libcxx/include/__ranges/concepts.h
@@ -16,8 +16,8 @@
 #include <__iterator/iterator_traits.h>
 #include <__iterator/readable_traits.h>
 #include <__ranges/access.h>
-#include <__ranges/enable_borrowed_range.h>
 #include <__ranges/data.h>
+#include <__ranges/enable_borrowed_range.h>
 #include <__ranges/enable_view.h>
 #include <__ranges/size.h>
 #include <concepts>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114328.388735.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211121/33b66035/attachment.bin>


More information about the libcxx-commits mailing list