We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5980b41 + 8df1075 commit f2aeddcCopy full SHA for f2aeddc
1 file changed
Fastor/config/config.h
@@ -153,7 +153,7 @@ SOFTWARE.
153
154
// C++17 [if constexpr] define
155
//------------------------------------------------------------------------------------------------//
156
-#if FASTOR_CXX_VERSION == 2017
+#if FASTOR_CXX_VERSION >= 2017
157
#define FASTOR_HAS_IF_CONSTEXPR 1
158
#define FASTOR_IF_CONSTEXPR if constexpr
159
#else
0 commit comments