Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83150 - trunk/libs/coroutine/doc
From: oliver.kowalke_at_[hidden]
Date: 2013-02-25 10:55:08


Author: olli
Date: 2013-02-25 10:55:07 EST (Mon, 25 Feb 2013)
New Revision: 83150
URL: http://svn.boost.org/trac/boost/changeset/83150

Log:
coroutine: update documentation regarding to segmented stacks

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

Modified: trunk/libs/coroutine/doc/stack.qbk
==============================================================================
--- trunk/libs/coroutine/doc/stack.qbk (original)
+++ trunk/libs/coroutine/doc/stack.qbk 2013-02-25 10:55:07 EST (Mon, 25 Feb 2013)
@@ -155,7 +155,7 @@
 
 Segmented stack are currently only supported by [*gcc] from version [*4.7] onwards.
 n order to use __segmented_stack__ compile __boost_coroutine__ with
-[*segmented-stacks=on] at b2/bjam command-line. Application using __boost_coroutine__
+[*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].
 


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