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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 7 08:04:41 PDT 2022


ldionne added inline comments.


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


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