[libcxx-commits] [PATCH] D135779: [libc++][NFC] Remove unnecessary std:: uses in math.h

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 28 10:57:01 PDT 2022


EricWF added a comment.

What happens here with `__fp16` or other extended floating point types.
Users have been known to specialize `is_floating_point` to make these things work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135779



More information about the libcxx-commits mailing list