diff --git a/include/internal/catch_tostring.h b/include/internal/catch_tostring.h index b9f9cd9c..8668b1eb 100644 --- a/include/internal/catch_tostring.h +++ b/include/internal/catch_tostring.h @@ -44,9 +44,9 @@ namespace Catch { template class IsStreamInsertable { - template + template static auto test(int) - -> decltype(std::declval() << std::declval(), std::true_type()); + -> decltype(std::declval() << std::declval(), std::true_type()); template static auto test(...)->std::false_type;