From 2f82dde9a64a6fea411be298a172790dd0f7cf8f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 17 May 2019 00:02:48 -0400 Subject: [PATCH] Update comments --- algparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algparam.h b/algparam.h index 15515313..61783371 100644 --- a/algparam.h +++ b/algparam.h @@ -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&) { }