Fix Wweak-vtables in benchmarks/assertion_listener.cpp

This commit is contained in:
Martin Hořeňovský
2025-12-29 22:14:49 +01:00
parent b66b89374e
commit ec4dcbf9cb

View File

@@ -12,6 +12,7 @@
/**
* Event listener that listens to all assertions, forcing assertion slow path
*/
namespace {
class AssertionSlowPathListener : public Catch::EventListenerBase {
public:
static std::string getDescription() {
@@ -26,3 +27,4 @@ public:
};
CATCH_REGISTER_LISTENER( AssertionSlowPathListener )
}