From b979a94615f30c1f368e357464d396b28caa8434 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 16 May 2019 21:18:28 -0400 Subject: [PATCH] Update comments --- config_cxx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config_cxx.h b/config_cxx.h index 8c8f565f..5bceca1f 100644 --- a/config_cxx.h +++ b/config_cxx.h @@ -47,7 +47,8 @@ # endif #endif -// C++11 or C++14 is available +// ***************** C++11 and above ******************** + #if defined(CRYPTOPP_CXX11) // atomics: MS at VS2012 (17.00); GCC at 4.4; Clang at 3.1/3.2; Intel 13.0; SunCC 5.14. @@ -135,7 +136,7 @@ #endif // CRYPTOPP_CXX11 -// ***************** C++17 related ******************** +// ***************** C++17 and above ******************** // C++17 macro version, https://stackoverflow.com/q/38456127/608639 #if defined(CRYPTOPP_CXX11) && !defined(CRYPTOPP_NO_CXX17)