mirror of
https://github.com/boostorg/context.git
synced 2026-02-02 08:42:15 +00:00
segmented-stacks=on -> only segmented_stack can be used
This commit is contained in:
@@ -98,8 +98,6 @@ int main() {
|
||||
|
||||
// execute parser in new execution context
|
||||
boost::context::execution_context parser_ctx(
|
||||
std::allocator_arg,
|
||||
boost::context::fixedsize_stack(),
|
||||
[&main_ctx,&is,&done,&except](void*){
|
||||
// create parser with callback function
|
||||
Parser p( is,
|
||||
|
||||
Reference in New Issue
Block a user