diff --git a/test/test_win7/pch.h b/test/test_win7/pch.h index 84bb40137..1989286de 100644 --- a/test/test_win7/pch.h +++ b/test/test_win7/pch.h @@ -42,4 +42,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>;