From 848a7de713e4235050ba6d1d9c83984b5305c343 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 29 Dec 2024 11:58:23 -0800 Subject: [PATCH] apply the workaround to nvc++ as well --- include/stdexec/__detail/__tuple.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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