mirror of
https://github.com/boostorg/coroutine.git
synced 2026-01-30 07:42:52 +00:00
renamic coroutine<> -> asymmetric_coroutine<>
This commit is contained in:
@@ -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
|
||||
;
|
||||
Reference in New Issue
Block a user