summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 17:55:45 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 17:55:45 -0400
commit96344bc7673ede21ca8032961e8e8c5640e108b8 (patch)
treed25014b95bdaba6209241fb84bc97747d31bcf4d /config_cxx.h
parent3b311b3ddc821688889be3fdd338c28a98e66666 (diff)
downloadcryptopp-git-96344bc7673ede21ca8032961e8e8c5640e108b8.tar.gz
Use CRYPTOPP_CXX11_STRONG_ENUM define name
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 7f98b24a..1eca7f0f 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -184,7 +184,7 @@
// Mircorosft and Intel had partial support earlier, but we require full support.
#if (CRYPTOPP_MSC_VERSION >= 1700) || __has_feature(cxx_strong_enums) || \
(__INTEL_COMPILER >= 1400) || (CRYPTOPP_GCC_VERSION >= 40400) || (__SUNPRO_CC >= 0x5120)
-# define CRYPTOPP_CXX11_ENUM 1
+# define CRYPTOPP_CXX11_STRONG_ENUM 1
#endif // constexpr compilers
// nullptr_t: MS at VS2010 (16.00); GCC at 4.6; Clang at 3.3; Intel 10.0; SunCC 5.13.