Skip to content

Commit 49913c8

Browse files
authored
Merge pull request #1089 from NVIDIA/exec-on
add `stdexec::v2::continue_on` and implement `exec::on` with `stdexec::v2::[continue_]on`
2 parents 79be4c7 + bce62d5 commit 49913c8

File tree

11 files changed

+393
-532
lines changed

11 files changed

+393
-532
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ target_compile_options(stdexec_executable_flags INTERFACE
179179
-ferror-limit=0
180180
-fmacro-backtrace-limit=0
181181
-ftemplate-backtrace-limit=0>
182+
$<$<AND:$<CXX_COMPILER_ID:NVHPC>,$<VERSION_GREATER:$<CXX_COMPILER_VERSION>,23.3.0>>:
183+
-ftemplate-backtrace-limit 0>
182184
)
183185

184186
# # Always enable colored output

0 commit comments

Comments
 (0)