[libcxx-commits] [PATCH] D128661: [libc++] Re-add transitive includes that had been removed since LLVM 14

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 27 09:12:11 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/include/random:1728
 
 #include <cmath>       // for backward compatibility; TODO remove it
 #include <cstddef>     // for backward compatibility; TODO remove it
----------------
Note that I have a follow-up patch ready to go that consolidates all those into the `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES` block (in all headers).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128661



More information about the libcxx-commits mailing list