[libcxx-commits] [PATCH] D155258: [libc++] Granulaize math.h and move the functions to std::__math

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 24 08:35:04 PDT 2023


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

LGTM, but there is a remark.



================
Comment at: libcxx/include/module.modulemap.in:1259
+    module trigonometric_functions         { private header "__math/trigonometric_functions.h" }
+  }
   module mdspan {
----------------
Please make sure this is rebased on the latest module map format.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155258



More information about the libcxx-commits mailing list