diff --git a/test/test/pch.h b/test/test/pch.h index 916e8fe8f..65588aec3 100644 --- a/test/test/pch.h +++ b/test/test/pch.h @@ -45,4 +45,4 @@ using async_return_type = decltype(std::declval().GetResults()); template using async_progress_type = typename async_traits>::progress_type; template -inline constexpr bool has_async_progress = !std::is_same_v>::progress_type>; +inline constexpr bool has_async_progress = !std::is_same_v>::progress_type>;