We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f6a30 commit 2cdf2e1Copy full SHA for 2cdf2e1
1 file changed
include/nvexec/stream/start_detached.cuh
@@ -65,7 +65,7 @@ namespace nvexec::_strm {
65
}
66
67
explicit operation(Sender&& sndr, Env env)
68
- : operation(static_cast<Sender&&>(sndr), static_cast<Env&&>(env)) {
+ : operation(connect, static_cast<Sender&&>(sndr), static_cast<Env&&>(env)) {
69
// If the operation completes synchronously, then the following line will cause
70
// the destruction of *this, which is not a problem because we used a delegating
71
// constructor, so *this is considered fully constructed.
0 commit comments