Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85394 - trunk/libs/coroutine/doc
From: oliver.kowalke_at_[hidden]
Date: 2013-08-19 11:55:50


Author: olli
Date: 2013-08-19 11:55:50 EDT (Mon, 19 Aug 2013)
New Revision: 85394
URL: http://svn.boost.org/trac/boost/changeset/85394

Log:
coroutine: documentation update

Text files modified:
   trunk/libs/coroutine/doc/stack.qbk | 16 +++++++---------
   1 files changed, 7 insertions(+), 9 deletions(-)

Modified: trunk/libs/coroutine/doc/stack.qbk
==============================================================================
--- trunk/libs/coroutine/doc/stack.qbk Sun Aug 18 14:35:01 2013 (r85393)
+++ trunk/libs/coroutine/doc/stack.qbk 2013-08-19 11:55:50 EDT (Mon, 19 Aug 2013) (r85394)
@@ -148,16 +148,14 @@
 
 [section:segmented_stack Segmented stacks]
 
-__boost_coroutine__ supports usage of a __segmented_stack__, e. g. the size of the
-stack of a coroutine grows on demand. The coroutine is created with a stack with
-an minimal stack and if the coroutine is execute the stack size is increased as
-required.
+__boost_coroutine__ supports usage of a __segmented_stack__, e. g. the size of
+the stack grows on demand. The coroutine is created with an minimal stack size and
+will be increased as required.
 
-Segmented stack are currently only supported by [*gcc] from version [*4.7] onwards.
-n order to use __segmented_stack__ compile __boost_coroutine__ with
-[*toolset=gcc segmented-stacks=on] at b2/bjam command-line. Application using __boost_coroutine__
-with enabled __segmented-stack__ must be compiled with compiler-flags
-[*-fsplit-stack -DBOOST_USE_SEGMENTED_STACKS].
+Segmented stacks are currently only supported by [*gcc] from version [*4.7]
+onwards. In order to use a __segmented_stack__ __boost_coroutine__ must be build
+with [*toolset=gcc segmented-stacks=on] at b2/bjam command-line. Applications
+must be compiled with compiler-flags [*-fsplit-stack -DBOOST_USE_SEGMENTED_STACKS].
 
 [endsect]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk