================ @@ -24,7 +24,12 @@ #endif #ifdef __cplusplus -# include <ctgmath> +# if _LIBCPP_STD_VER >= 17 ---------------- frederick-vs-ja wrote: Yeah. I'm correspondingly changing `<ctgmath>` and `<ccomplex>` now. https://github.com/llvm/llvm-project/pull/111615