mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Added TODO message on the throw dtors
This commit is contained in:
parent
9533f52714
commit
f8fc7562f1
@ -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
|
||||
|
@ -32,6 +32,7 @@ ThreadLocalStorage::ThreadLocalStorage()
|
||||
#endif
|
||||
}
|
||||
|
||||
// TODO: determine a library policy; implement the policy.
|
||||
ThreadLocalStorage::~ThreadLocalStorage() CRYPTOPP_THROW
|
||||
{
|
||||
#ifdef HAS_WINTHREADS
|
||||
|
Loading…
Reference in New Issue
Block a user