Skip to content

Commit 59306b9

Browse files
committed
disabled the symmetric transfer demo for now
1 parent 4d74578 commit 59306b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/issue-symmetric-transfer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ int main() {
2424
};
2525

2626
ex::sync_wait(test<affine_env>()); // OK
27-
ex::sync_wait(test<inline_env>()); // error: stack overflow
27+
// ex::sync_wait(test<inline_env>()); // error: stack overflow without symmetric transfer
2828
}

0 commit comments

Comments
 (0)