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 0b2225d commit 67cc9faCopy full SHA for 67cc9fa
test/test/pch.h
@@ -45,4 +45,4 @@ using async_return_type = decltype(std::declval<T>().GetResults());
45
template<typename T>
46
using async_progress_type = typename async_traits<std::decay_t<T>>::progress_type;
47
48
-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