Skip to content

Commit 2d3be9c

Browse files
committed
scheduler is a struct
1 parent c671f27 commit 2d3be9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/corosio/backend.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class execution_context;
2020
namespace boost::corosio {
2121

2222
namespace detail {
23-
class scheduler;
23+
struct scheduler;
2424
} // namespace detail
2525

2626
#if BOOST_COROSIO_HAS_EPOLL

0 commit comments

Comments
 (0)