mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-29 00:19:34 +01:00
don't forward declare as class and later define as struct
Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Matchers {
|
||||
namespace Generic {
|
||||
template<typename ExpressionT> class AllOf;
|
||||
template<typename ExpressionT> class AnyOf;
|
||||
template<typename ExpressionT> class Not;
|
||||
template<typename ExpressionT> struct Not;
|
||||
}
|
||||
|
||||
template<typename ExpressionT>
|
||||
|
||||
Reference in New Issue
Block a user