remove pull/push_coroutine_object classes

This commit is contained in:
Oliver Kowalke
2014-01-29 16:59:19 +01:00
parent d5e8413b5d
commit 0223e75a70
16 changed files with 572 additions and 1681 deletions

View File

@@ -35,7 +35,11 @@ project boost/coroutine/example
<library>/boost/program_options//boost_program_options
<library>/boost/thread//boost_thread
<toolset>gcc-4.7,<segmented-stacks>on:<cxxflags>-fsplit-stack
<toolset>gcc-4.7,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
<toolset>gcc-4.8,<segmented-stacks>on:<cxxflags>-fsplit-stack
<toolset>gcc-4.8,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
<toolset>gcc-4.9,<segmented-stacks>on:<cxxflags>-fsplit-stack
<toolset>gcc-4.9,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
<link>static
<threading>multi
;