struct -> class normalization for various interface types

This commit is contained in:
Martin Hořeňovský 2022-04-11 00:00:19 +02:00
parent 1a56ba851b
commit 8cdaebe964
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
23 changed files with 66 additions and 53 deletions

View file

@ -42,7 +42,7 @@ namespace Catch {
friend bool operator==( Tag const& lhs, Tag const& rhs );
};
struct ITestInvoker;
class ITestInvoker;
enum class TestCaseProperties : uint8_t {
None = 0,