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

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 10 13:14:59 PDT 2023


zibi added inline comments.


================
Comment at: libcxx/include/__math/abs.h:22
+
+namespace __math {
+
----------------
@philnik Sorry for the late comment but we just noticed that our build is broken with this commit. 

We do run into name collision with `__math` being a header guard macro defined into one of our internal headers. Can it be change to have a different name, say __math_impl or something like that? 


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