diff --git a/bootstrap b/bootstrap index 03d9ef0df9..69646837f9 100755 --- a/bootstrap +++ b/bootstrap @@ -1168,7 +1168,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>