================ @@ -13,7 +13,7 @@ #ifdef __has_include # if __has_include(<version>) # include <version> -# else +# elif __has_include(<ciso646>) ---------------- philnik777 wrote:
Why did this change? I'm not aware of any implementation that didn't have `<ciso646>`. https://github.com/llvm/llvm-project/pull/214820 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
