diff --git a/src/graph/Matching.cpp b/src/graph/Matching.cpp index 346909ca5b73178de1cd9814d696e977991e3190..ddf9bcbf946b6fe8e86c9a14679b951ebd88323f 100644 --- a/src/graph/Matching.cpp +++ b/src/graph/Matching.cpp @@ -37,7 +37,7 @@ static void removeLeadingWhitespace(std::string& str) { Aidge::SinglePassGraphMatching::Context::Context() = default; Aidge::SinglePassGraphMatching::Context::Context(const Context& other) = default; Aidge::SinglePassGraphMatching::Context& Aidge::SinglePassGraphMatching::Context::operator=(const Context& other) = default; -Aidge::SinglePassGraphMatching::Context::~Context() = default; +Aidge::SinglePassGraphMatching::Context::~Context() noexcept = default; ////////////////////////////////////////////////////////////