mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Added noexcept to CustomStdException destructor
This commit is contained in:
parent
7e15d9b20b
commit
d274fc571c
@ -112,6 +112,7 @@ public:
|
||||
CustomStdException( const std::string& msg )
|
||||
: m_msg( msg )
|
||||
{}
|
||||
~CustomStdException() CATCH_NOEXCEPT {}
|
||||
|
||||
std::string getMessage() const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user