[libcxx-commits] [PATCH] D133212: [NFC][libc++] Moves transitive includes location.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 4 10:36:45 PDT 2022


Mordante marked an inline comment as done.
Mordante added inline comments.


================
Comment at: libcxx/include/array:532
 
+#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
+#  include <algorithm>
----------------
ldionne wrote:
> I would have moved those to outside of the include guards for the header.
Done in D135180.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133212



More information about the libcxx-commits mailing list