mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-20 14:42:21 +00:00
relax to C++11
This commit is contained in:
@@ -25,7 +25,7 @@ thread_local
|
||||
context *
|
||||
context::active_;
|
||||
|
||||
static auto make_dispatcher_context( scheduler * sched) {
|
||||
static intrusive_ptr< context > make_dispatcher_context( scheduler * sched) {
|
||||
BOOST_ASSERT( nullptr != sched);
|
||||
default_stack salloc; // use default satck-size
|
||||
boost::context::stack_context sctx = salloc.allocate();
|
||||
|
||||
Reference in New Issue
Block a user