summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-08-06 06:16:19 -0400
committerJeffrey Walton <noloader@gmail.com>2020-08-06 06:16:19 -0400
commitbaa3064c5da187f297f6f7d99d3b3502958f3b5b (patch)
tree3f395379f2fb69fe478733d9d6eab07440afc5b7 /config_cxx.h
parent3af3054e8717381acb8d65b0894ec864f8769c76 (diff)
downloadcryptopp-git-baa3064c5da187f297f6f7d99d3b3502958f3b5b.tar.gz
Add CRYPTOPP_CXX98_UNCAUGHT_EXCEPTION define
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_cxx.h b/config_cxx.h
index daa84054..ff921e46 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -35,9 +35,10 @@
#define CRYPTOPP_DISABLE_UNCAUGHT_EXCEPTION
#endif
-// Ancient Crypto++ define, dating back to C++98 and C++03.
+// Ancient Crypto++ define, dating back to C++98.
#ifndef CRYPTOPP_DISABLE_UNCAUGHT_EXCEPTION
# define CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE 1
+# define CRYPTOPP_CXX98_UNCAUGHT_EXCEPTION 1
#endif
// Compatibility with non-clang compilers.