We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync_wait
1 parent 8df718e commit 9c14bc1Copy full SHA for 9c14bc1
1 file changed
include/nvexec/stream/sync_wait.cuh
@@ -195,15 +195,6 @@ namespace nvexec::_strm {
195
196
return std::move(std::get<1>(state.data_));
197
}
198
-
199
-#if STDEXEC_EDG()
200
- // For reporting better diagnostics with nvc++
201
- template <class _Sender, class _Error = stdexec::__sync_wait::__error_description_t<_Sender>>
202
- auto operator()(
203
- context_state_t context_state,
204
- _Sender&&,
205
- [[maybe_unused]] _Error __diagnostic = {}) const -> std::optional<std::tuple<int>> = delete;
206
-#endif
207
};
208
} // namespace _sync_wait
209
0 commit comments