mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-16 01:12:26 +00:00
allocate on stack
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
static std::size_t minimum_stacksize()
|
||||
{ return Default; }
|
||||
|
||||
preallocated_stack_allocator( std::size_t count) :
|
||||
preallocated_stack_allocator( std::size_t count = 1) :
|
||||
p_( new impl( count) )
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user