[libc-commits] [libc] [llvm] [libc][math][c23] Implement canonicalize functions (PR #85940)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Mar 26 10:56:56 PDT 2024
michaelrj-google wrote:
Since the issue is that the implicit conversion to bool is failing, the easiest solution is likely to add a `static_cast<bool>` to the statement.
https://github.com/llvm/llvm-project/pull/85940
More information about the libc-commits
mailing list