diff --git a/tests/src/ComparisonUtils.h b/tests/src/ComparisonUtils.h index 77364de8..a98619e4 100644 --- a/tests/src/ComparisonUtils.h +++ b/tests/src/ComparisonUtils.h @@ -59,10 +59,12 @@ inline bool nanSafeComp(T x, U y) // Only enable for vectors template -struct has_size_method : std::false_type {}; +struct has_size_method : std::false_type { +}; template -struct has_size_method().size())>> : std::true_type {}; +struct has_size_method().size())>> : std::true_type { +}; template constexpr bool isAnyOf = (std::is_same_v || ...);