Skip to content

Commit cd2ea28

Browse files
removed leaf support.
Closes #213
1 parent 2a49752 commit cd2ea28

File tree

10 files changed

+1
-317
lines changed

10 files changed

+1
-317
lines changed

.drone.star

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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',

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

doc/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ include::reference/result.adoc[]
7777
include::reference/async_for.adoc[]
7878
include::reference/error.adoc[]
7979
include::reference/config.adoc[]
80-
include::reference/leaf.adoc[]
8180

8281
include::reference/experimental/context.adoc[]
8382

doc/reference/leaf.adoc

Lines changed: 0 additions & 26 deletions
This file was deleted.

include/boost/cobalt.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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>

include/boost/cobalt/detail/leaf.hpp

Lines changed: 0 additions & 85 deletions
This file was deleted.

include/boost/cobalt/leaf.hpp

Lines changed: 0 additions & 51 deletions
This file was deleted.

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target_link_libraries(boost_cobalt_static_tests Boost::cobalt)
99
add_executable(boost_cobalt_main EXCLUDE_FROM_ALL main.cpp)
1010
add_executable(boost_cobalt_main_compile EXCLUDE_FROM_ALL main_compile.cpp)
1111
add_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

test/leaf.cpp

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)