mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +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:
parent
08844e7e57
commit
1b4383185c
@ -15,7 +15,7 @@ namespace Matchers {
|
|||||||
namespace Generic {
|
namespace Generic {
|
||||||
template<typename ExpressionT> class AllOf;
|
template<typename ExpressionT> class AllOf;
|
||||||
template<typename ExpressionT> class AnyOf;
|
template<typename ExpressionT> class AnyOf;
|
||||||
template<typename ExpressionT> class Not;
|
template<typename ExpressionT> struct Not;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename ExpressionT>
|
template<typename ExpressionT>
|
||||||
|
Loading…
Reference in New Issue
Block a user