From bbad1ad5495e2c9d1a01d5731c22e4f47e736afd Mon Sep 17 00:00:00 2001 From: QuellaZhang Date: Mon, 14 Feb 2022 01:56:44 -0800 Subject: [PATCH] Update test_win7\pch.h --- test/test_win7/pch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;