Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84947 - in branches/maintenance/1_54_0: . libs libs/coroutine libs/coroutine/build
From: dnljms_at_[hidden]
Date: 2013-07-03 17:57:56


Author: danieljames
Date: 2013-07-03 17:57:56 EDT (Wed, 03 Jul 2013)
New Revision: 84947
URL: http://svn.boost.org/trac/boost/changeset/84947

Log:
coroutine: fix typo in Jamfile

>From [84622], by olli

Properties modified:
   branches/maintenance/1_54_0/ (props changed)
   branches/maintenance/1_54_0/libs/ (props changed)
   branches/maintenance/1_54_0/libs/coroutine/ (props changed)
Text files modified:
   branches/maintenance/1_54_0/libs/coroutine/build/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/maintenance/1_54_0/libs/coroutine/build/Jamfile.v2
==============================================================================
--- branches/maintenance/1_54_0/libs/coroutine/build/Jamfile.v2 Wed Jul 3 17:16:49 2013 (r84946)
+++ branches/maintenance/1_54_0/libs/coroutine/build/Jamfile.v2 2013-07-03 17:57:56 EDT (Wed, 03 Jul 2013) (r84947)
@@ -40,7 +40,7 @@
     : detail/standard_stack_allocator_posix.cpp
     ;
 
-explicit yield_sources ;
+explicit allocator_sources ;
 
 lib boost_coroutine
     : allocator_sources


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