renamic coroutine<> -> asymmetric_coroutine<>

This commit is contained in:
Oliver Kowalke
2014-02-01 11:24:38 +01:00
parent b3b1d2bc70
commit ad206b293d
29 changed files with 63 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ import toolset ;
project boost/coroutine/example
: requirements
<library>../../build//boost_coroutine
<library>../../../build//boost_coroutine
<library>/boost/program_options//boost_program_options
<library>/boost/thread//boost_thread
<toolset>gcc-4.7,<segmented-stacks>on:<cxxflags>-fsplit-stack
@@ -32,3 +32,33 @@ project boost/coroutine/example
exe simple
: simple.cpp
;
exe chaining
: chaining.cpp
;
exe echo
: echo.cpp
;
exe exception
: exception.cpp
;
exe fibonacci
: fibonacci.cpp
;
exe layout
: layout.cpp
;
exe parallel
: parallel.cpp
;
exe power
: power.cpp
;
exe same_fringe
: same_fringe.cpp
;
exe segmented_stack
: segmented_stack.cpp
;
exe unwind
: unwind.cpp
;