mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Added noexcept to CustomStdException destructor
This commit is contained in:
		| @@ -112,6 +112,7 @@ public: | ||||
|     CustomStdException( const std::string& msg ) | ||||
|     : m_msg( msg ) | ||||
|     {} | ||||
|     ~CustomStdException() CATCH_NOEXCEPT {} | ||||
|      | ||||
|     std::string getMessage() const | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash