Skip to content

Commit 848a7de

Browse files
committed
apply the workaround to nvc++ as well
1 parent a79b5f7 commit 848a7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/stdexec/__detail/__tuple.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include <cstddef>
2424

25-
#if STDEXEC_GCC()
25+
#if STDEXEC_GCC() || STDEXEC_NVHPC()
2626
// GCC (as of v14) does not implement the resolution of CWG1835
2727
// https://cplusplus.github.io/CWG/issues/1835.html
2828
// See: https://godbolt.org/z/TzxrhK6ea

0 commit comments

Comments
 (0)