[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
Sun Nov 21 16:34:37 PST 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa60b63940a65: [libc++][NFC] Sort includes in __ranges/concepts.h (authored by joe_loser).

Repository:
  rG LLVM Github Monorepo

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

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.388778.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211122/df40021b/attachment.bin>


More information about the libcxx-commits mailing list