diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/coroutine | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/coroutine')
-rw-r--r-- | libs/coroutine/build/Jamfile.v2 | 6 | ||||
-rw-r--r-- | libs/coroutine/doc/html/index.html | 2 | ||||
-rw-r--r-- | libs/coroutine/test/test_asymmetric_coroutine.cpp | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/libs/coroutine/build/Jamfile.v2 b/libs/coroutine/build/Jamfile.v2 index 5d92e5e06..ee9e28109 100644 --- a/libs/coroutine/build/Jamfile.v2 +++ b/libs/coroutine/build/Jamfile.v2 @@ -8,12 +8,6 @@ import feature ; import modules ; import toolset ; -feature.feature segmented-stacks : on : optional propagated composite ; -feature.compose <segmented-stacks>on : <define>BOOST_USE_SEGMENTED_STACKS ; - -feature.feature valgrind : on : optional propagated composite ; -feature.compose <valgrind>on : <define>BOOST_USE_VALGRIND ; - project boost/coroutine : requirements <library>/boost/context//boost_context diff --git a/libs/coroutine/doc/html/index.html b/libs/coroutine/doc/html/index.html index 307bc6272..48ceedbb0 100644 --- a/libs/coroutine/doc/html/index.html +++ b/libs/coroutine/doc/html/index.html @@ -70,7 +70,7 @@ </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: October 30, 2014 at 10:14:09 GMT</small></p></td> +<td align="left"><p><small>Last revised: April 07, 2015 at 22:43:40 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> diff --git a/libs/coroutine/test/test_asymmetric_coroutine.cpp b/libs/coroutine/test/test_asymmetric_coroutine.cpp index a0282de5e..a2ed5a321 100644 --- a/libs/coroutine/test/test_asymmetric_coroutine.cpp +++ b/libs/coroutine/test/test_asymmetric_coroutine.cpp @@ -63,7 +63,7 @@ public: class moveable { private: - BOOST_MOVABLE_BUT_NOT_COPYABLE( moveable); + BOOST_MOVABLE_BUT_NOT_COPYABLE( moveable) public: bool state; |