We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cc9fa commit 3b78eb2Copy full SHA for 3b78eb2
test/test_win7/pch.h
@@ -42,4 +42,4 @@ using async_return_type = decltype(std::declval<T>().GetResults());
42
template<typename T>
43
using async_progress_type = typename async_traits<std::decay_t<T>>::progress_type;
44
45
-inline constexpr bool has_async_progress = !std::is_same_v<void, async_traits<std::decay_t<T>>::progress_type>;
+inline constexpr bool has_async_progress = !std::is_same_v<void, typename async_traits<std::decay_t<T>>::progress_type>;
0 commit comments