[libcxx-commits] [libcxx] [libc++][math] Implement C++23 (parts of) P0533: constexpr `std::div()` (PR #104633)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 17 04:39:00 PDT 2024


https://github.com/philnik777 requested changes to this pull request.

This needs compiler support to implement properly, since this doesn't work when calling the functions without qualifiers and breaks `using namespace std;`, since that is now ambiguous. For that reason I don't think we want to go this route at all. Once we can implement this properly the changes here have to be reverted anyways.


https://github.com/llvm/llvm-project/pull/104633


More information about the libcxx-commits mailing list