Skip to content

Commit

Permalink
add qualification to help nvhpc with name resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Oct 21, 2024
1 parent 097cb76 commit 4746b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/exec/sequence.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace exec {
using _senders_tuple_t = stdexec::__tuple_for<stdexec::__ignore, Sndrs...>;

template <size_t Idx>
using _rcvr_t = _rcvr<Rcvr, stdexec::__id<_opstate>, stdexec::__msize_t<Idx>>;
using _rcvr_t = _seq::_rcvr<Rcvr, stdexec::__id<_opstate>, stdexec::__msize_t<Idx>>;

template <class Sndr, class Idx>
using _child_opstate_t = stdexec::connect_result_t<Sndr, _rcvr_t<stdexec::__v<Idx>>>;
Expand Down

0 comments on commit 4746b0a

Please sign in to comment.