[libcxx-commits] [PATCH] D100429: [libc++][ranges] Add range.cmp: equal_to, not_equal_to, less, etc.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 21 08:01:33 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/include/functional:510-511
 #include <__config>
+#include <concepts>
+#include <__detail/noexcept_helpers.h>
 #include <type_traits>
----------------
(Now moot, but just for your future information) libc++ sorts `_` asciibetically prior to `a`:
`__config __detail concepts type_traits typeinfo` is correct,
`concepts __config __detail typeinfo type_traits` would be wrong.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100429



More information about the libcxx-commits mailing list