[libcxx-commits] [PATCH] D116278: [libc++][ranges] Add ranges::in_in_result

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 7 02:58:04 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/__algorithm/in_in_result.h:13-14
+
+#include <__config>
+#include <__concepts/convertible_to.h>
+#include <__utility/move.h>
----------------
Quuxplusone wrote:
> Swap these two lines. (One of these days I'll make `graph_header_deps.py` just check for a-z order.)
You know there is a clang-tidy check for that, right? Maybe we should just enforce the clang-tidy checks at some point?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116278



More information about the libcxx-commits mailing list