mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-29 16:53:30 +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 )
|
CustomStdException( const std::string& msg )
|
||||||
: m_msg( msg )
|
: m_msg( msg )
|
||||||
{}
|
{}
|
||||||
|
~CustomStdException() CATCH_NOEXCEPT {}
|
||||||
|
|
||||||
std::string getMessage() const
|
std::string getMessage() const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user