Skip to content

Conversation

@EtherealPsyche
Copy link

The FatalConditionHandler class in Catch2's vendored catch.hpp
was missing return types for its member functions engage_platform()
and disengage_platform(). This caused compilation errors on compilers
that enforce standard C++ rules.

This patch adds the missing 'void' return type to these functions,
fixing the compile error without changing any test logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant