summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-24 12:59:11 (GMT)
committerBrad King <brad.king@kitware.com>2020-07-24 12:59:11 (GMT)
commite82bc5940cf7c3889efc8df630989e89aacdbde6 (patch)
treef3f9392e50a57b4b8b57ff340e16e8035e557f8e
parente817818926a69363487519f58562cc6412947a89 (diff)
parent796466284bf745b55ad2d15dd51f894520245888 (diff)
downloadCMake-e82bc5940cf7c3889efc8df630989e89aacdbde6.zip
CMake-e82bc5940cf7c3889efc8df630989e89aacdbde6.tar.gz
CMake-e82bc5940cf7c3889efc8df630989e89aacdbde6.tar.bz2
Merge branch 'bootstrap-intel' into release-3.17
Merge-request: !5057
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 03d9ef0..6964683 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 <optional>
template <typename T,
typename std::invoke_result<decltype(&T::get), T>::type = nullptr>