File tree Expand file tree Collapse file tree 10 files changed +1
-317
lines changed
Expand file tree Collapse file tree 10 files changed +1
-317
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ deps = [
3030 'libs/intrusive' ,
3131 'libs/io' ,
3232 'libs/iterator' ,
33- 'libs/leaf' ,
3433 'libs/mpl' ,
3534 'libs/move' ,
3635 'libs/mp11' ,
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ if (NOT BOOST_COBALT_IS_ROOT)
5252 Boost::config
5353 Boost::core
5454 Boost::intrusive
55- Boost::leaf
5655 Boost::mp11
5756 Boost::preprocessor
5857 Boost::smart_ptr
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ constant boost_dependencies :
1717 /boost/context//boost_context
1818 /boost/core//boost_core
1919 /boost/intrusive//boost_intrusive
20- /boost/leaf//boost_leaf
2120 /boost/mp11//boost_mp11
2221 /boost/preprocessor//boost_preprocessor
2322 /boost/smart_ptr//boost_smart_ptr
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ include::reference/result.adoc[]
7777include::reference/async_for.adoc[]
7878include::reference/error.adoc[]
7979include::reference/config.adoc[]
80- include::reference/leaf.adoc[]
8180
8281include::reference/experimental/context.adoc[]
8382
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717#include < boost/cobalt/gather.hpp>
1818#include < boost/cobalt/generator.hpp>
1919#include < boost/cobalt/join.hpp>
20- #include < boost/cobalt/leaf.hpp>
2120#include < boost/cobalt/main.hpp>
2221#include < boost/cobalt/op.hpp>
2322#include < boost/cobalt/promise.hpp>
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ target_link_libraries(boost_cobalt_static_tests Boost::cobalt)
99add_executable (boost_cobalt_main EXCLUDE_FROM_ALL main.cpp)
1010add_executable (boost_cobalt_main_compile EXCLUDE_FROM_ALL main_compile.cpp)
1111add_executable (boost_cobalt_basic_tests EXCLUDE_FROM_ALL
12- async_for.cpp test_main.cpp promise.cpp with.cpp op.cpp handler.cpp join.cpp race.cpp this_coro.cpp leaf.cpp
12+ async_for.cpp test_main.cpp promise.cpp with.cpp op.cpp handler.cpp join.cpp race.cpp this_coro.cpp
1313 channel.cpp generator.cpp run.cpp task.cpp gather.cpp wait_group.cpp wrappers.cpp left_race.cpp
1414 strand.cpp fork.cpp thread.cpp any_completion_handler.cpp detached.cpp monotonic_resource.cpp sbo_resource.cpp)
1515
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments