Update comments
parent
b34055457a
commit
2f82dde9a6
|
|
@ -320,8 +320,8 @@ public:
|
|||
if (m_throwIfNotUsed && !m_used)
|
||||
throw ParameterNotUsed(m_name);
|
||||
}
|
||||
#if !defined(CRYPTOPP_CXX17_EXCEPTIONS)
|
||||
# if !defined(CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE)
|
||||
#if !defined(CRYPTOPP_UNCAUGHT_EXCEPTION_AVAILABLE)
|
||||
# if !defined(CRYPTOPP_CXX17_EXCEPTIONS)
|
||||
catch(const Exception&)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue