diff --git a/bootstrap b/bootstrap index 0134e0cb83..2ef0fbbf11 100755 --- a/bootstrap +++ b/bootstrap @@ -1188,7 +1188,7 @@ int check_cxx14() } #endif -#if (__cplusplus >= 201703L || defined(__INTEL_COMPILER) && defined(__cpp_if_constexpr)) +#if (__cplusplus >= 201703L || defined(__INTEL_COMPILER) && defined(__cpp_deduction_guides)) #include template ::type = nullptr>