summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_cxx.h b/config_cxx.h
index b8299386..0088bbe0 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -198,7 +198,7 @@
// Extended static_assert with one argument
// Microsoft cannot handle the single argument static_assert as of VS2019 (cl.exe 19.00)
#if (__cpp_static_assert >= 201411)
-# define CRYPTOPP_CXX14_STATIC_ASSERT 1
+# define CRYPTOPP_CXX17_STATIC_ASSERT 1
#endif // static_assert
#endif