Artem-B wrote: > Right now this checks for `libc++` less than 14. Is that still relevant following that change? That's a very good point. Looks like those `__constexpr_fmin/fmax` are gone now and we do not heed them any more. https://github.com/llvm/llvm-project/pull/139164