aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/opthelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/opthelpers.h b/common/opthelpers.h
index df0be2f5..bb0b63fe 100644
--- a/common/opthelpers.h
+++ b/common/opthelpers.h
@@ -36,7 +36,7 @@
#define ASSUME(x) ((void)0)
#endif
-#if __cplusplus >= 201709L || defined(__cpp_if_constexpr)
+#if __cplusplus >= 201703L || defined(__cpp_if_constexpr)
#define if_constexpr if constexpr
#else
#define if_constexpr if