summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 15:41:19 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 15:41:19 -0400
commitda2c4994ff98174f3bb00ec67a64c1ff116563fc (patch)
tree09c81a61eb7cf491ec0cf52bff3e7f09ccbea510 /config_cxx.h
parent7272770309069a873f9c41af5589773dbb211379 (diff)
downloadcryptopp-git-da2c4994ff98174f3bb00ec67a64c1ff116563fc.tar.gz
Update comments
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/config_cxx.h b/config_cxx.h
index 0bdf2114..ad67f26b 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -49,11 +49,7 @@
// Define CRYPTOPP_NO_CXX11 to avoid C++11 related features shown at the
// end of this file. Some compilers and standard C++ headers advertise C++11
// but they are really just C++03 with some additional C++11 headers and
-// non-conforming classes. You might also consider `-std=c++03` or
-// `-std=gnu++03`, but they are required options when building the library
-// and all programs. CRYPTOPP_NO_CXX11 is probably easier to manage but it may
-// cause -Wterminate warnings under GCC. MSVC++ has a similar warning.
-// Also see https://github.com/weidai11/cryptopp/issues/529
+// non-conforming classes. Also see Issues 529.
// #define CRYPTOPP_NO_CXX11 1
// Define CRYPTOPP_NO_CXX17 to avoid C++17 related features shown at the end of