diff --git a/include/stdexec/__detail/__tuple.hpp b/include/stdexec/__detail/__tuple.hpp index 7a6df3d78..6e4e2a64e 100644 --- a/include/stdexec/__detail/__tuple.hpp +++ b/include/stdexec/__detail/__tuple.hpp @@ -22,7 +22,7 @@ #include -#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