Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit968e780

Browse files
authored
Merge pull request#1047 from NVIDIA/fix-for-nvhpc-dev
work around a newly introduced nvc++ compiler bug
2 parents5e37841 +20d1fac commit968e780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎include/stdexec/execution.hpp‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,8 @@ namespace stdexec {
993993
struct__invalid_completion {
994994
struct__t {
995995
template<class_CvrefSenderId,class_Env,class... _Sigs>
996+
// BUGBUG this works around a recently (aug 2023) introduced regression in nvc++
997+
requires (!__one_of<_Sig, _Sigs...>)
996998
__t(__debug_receiver<_CvrefSenderId, _Env, completion_signatures<_Sigs...>>&&)noexcept {
997999
using _SenderId =__decay_t<_CvrefSenderId>;
9981000
using _Sender = stdexec::__t<_SenderId>;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp