You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/workspaces/.../external/stdexec/include/exec/../stdexec/__detail/__basic_sender.hpp: In member function 'void stdexec::__detail::__op_state<_Sexpr, _Receiver>::start() &':
/workspaces/.../external/stdexec/include/exec/../stdexec/__detail/__basic_sender.hpp:408:15: error: declaration of 'using __tag_t = using __tag_t = typename decltype (__mdecay<_Ty>)::__f<_Ty>::__desc_t::__tag' shadows a member of 'stdexec::__detail::__op_state<_Sexpr, _Receiver>' [-Werror=shadow]
408 | using__tag_t = typename __op_state::__tag_t;
| ^~~~~~~
/workspaces/.../external/stdexec/include/exec/../stdexec/__detail/__basic_sender.hpp:382:13: note: shadowed declaration is here
382 | using__tag_t = typename__desc_t::__tag;
| ^~~~~~~
I guess that this should be resolved, as it might hide bugs ?
The text was updated successfully, but these errors were encountered:
Example at
stdexec/include/stdexec/__detail/__basic_sender.hpp
Line 408 in 8bc7c7f
I guess that this should be resolved, as it might hide bugs ?
The text was updated successfully, but these errors were encountered: