We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7df14d commit 36ccc8bCopy full SHA for 36ccc8b
CMakeLists.txt
@@ -36,7 +36,7 @@ FetchContent_Declare(
36
execution
37
# SOURCE_DIR ${CMAKE_SOURCE_DIR}/../execution
38
GIT_REPOSITORY https://github.com/bemanproject/execution
39
- GIT_TAG e3f1ee7
+ GIT_TAG 4e5e6ac
40
)
41
FetchContent_MakeAvailable(execution)
42
tests/beman/task/task.test.cpp
@@ -57,6 +57,6 @@ auto test_affinity() {
57
auto main() -> int {
58
test_co_return();
59
test_cancel();
60
- //test_indirect_cancel();
61
- //test_affinity();
+ // test_indirect_cancel();
+ // test_affinity();
62
}
0 commit comments