Skip to content

Commit

Permalink
Adding stdexec qualifier to avoid ambiguity error when -stdpar=multicore
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Jan 10, 2024
1 parent 98f1f7a commit 86c5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/exec/static_thread_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ namespace exec {
__with_exception_ptr>;

template <class... Tys>
using set_value_t = completion_signatures< set_value_t(__decay_t<Tys>...)>;
using set_value_t = completion_signatures< set_value_t(stdexec::__decay_t<Tys>...)>;

template <class Self, class Env>
using __completions_t = //
Expand Down

0 comments on commit 86c5f6d

Please sign in to comment.