Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy committed Dec 27, 2024
1 parent ed22ca5 commit 42fe26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ class __future : private std::tuple<_Args...>

template <typename _ExecutionPolicy, typename _T>
constexpr auto
__wait_and_get_value(const std::shared_ptr<__result_and_scratch_storage_base>& __storage)
__wait_and_get_value(const std::shared_ptr<__result_and_scratch_storage_base<_T>>& __storage)
{
return __storage.__wait_and_get_value(__my_event);
}
Expand Down

0 comments on commit 42fe26d

Please sign in to comment.