From c8d2f3c09c22537dcc3dc0d268446faee036de50 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Tue, 1 Sep 2015 12:13:09 +0200 Subject: [PATCH] fix wording in doc --- doc/stack.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stack.qbk b/doc/stack.qbk index ddf26ca..46815ef 100644 --- a/doc/stack.qbk +++ b/doc/stack.qbk @@ -152,7 +152,7 @@ In contrast to __protected_allocator__ and __standard_allocator__ it creates a stack which grows on demand. [note Segmented stacks are currently only supported by [*gcc] from version -[*4.7] [*clang] from version [*3.4] onwards. In order to use a +[*4.7] and [*clang] from version [*3.4] onwards. In order to use a __segmented_stack__ __boost_coroutine__ must be built with [*toolset=gcc segmented-stacks=on] at b2/bjam command-line. Applications must be compiled with compiler-flags