Update comments

pull/836/head
Jeffrey Walton 2019-05-17 00:02:48 -04:00
parent b34055457a
commit 2f82dde9a6
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -320,8 +320,8 @@ public:
if (m_throwIfNotUsed && !m_used) if (m_throwIfNotUsed && !m_used)
throw ParameterNotUsed(m_name); 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&) catch(const Exception&)
{ {
} }