2
0
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:
Oliver Kowalke
2015-10-18 19:16:19 +02:00
parent f0471a9722
commit 4f9df7d8e4
10 changed files with 49 additions and 96 deletions

View File

@@ -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,