Skip to content

Commit

Permalink
apply the workaround to nvc++ as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Dec 29, 2024
1 parent a79b5f7 commit 848a7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stdexec/__detail/__tuple.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <cstddef>

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

0 comments on commit 848a7de

Please sign in to comment.