We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ff609 commit 49d6842Copy full SHA for 49d6842
1 file changed
include/stdexec/__detail/__task.hpp
@@ -465,9 +465,9 @@ namespace STDEXEC
465
// STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS
466
__own_env_t<_ParentPromise> __own_env_;
467
468
- _Env __env_;
469
- __std::coroutine_handle<> __continuation_;
470
- _ParentPromise& __parent_;
+ _Env __env_;
+ __std::coroutine_handle<> __continuation_;
+ _ParentPromise& __parent_;
471
};
472
473
struct __attrs
@@ -593,8 +593,8 @@ namespace STDEXEC
593
594
__own_env_t<_Rcvr> __own_env_;
595
596
597
- _Rcvr __rcvr_;
+ _Rcvr __rcvr_;
598
599
600
////////////////////////////////////////////////////////////////////////////////////////
0 commit comments