summaryrefslogtreecommitdiff
path: root/algparam.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-27 01:22:41 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-27 01:22:41 -0400
commitf8fc7562f1390bba0f325e650e143a924eb82c93 (patch)
treeeb1f15aeac2385f39403930d9f01063312e9ea5f /algparam.h
parent9533f527146c1d2537b706cf6cac891ae964602a (diff)
downloadcryptopp-git-f8fc7562f1390bba0f325e650e143a924eb82c93.tar.gz
Added TODO message on the throw dtors
Diffstat (limited to 'algparam.h')
-rw-r--r--algparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/algparam.h b/algparam.h
index 942b9da2..497f0e6a 100644
--- a/algparam.h
+++ b/algparam.h
@@ -259,6 +259,7 @@ public:
AlgorithmParametersBase(const char *name, bool throwIfNotUsed)
: m_name(name), m_throwIfNotUsed(throwIfNotUsed), m_used(false) {}
+ // TODO: determine a library policy; implement the policy.
virtual ~AlgorithmParametersBase() CRYPTOPP_THROW
{
#ifdef CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE