summaryrefslogtreecommitdiff
path: root/libs/coroutine
diff options
context:
space:
mode:
Diffstat (limited to 'libs/coroutine')
-rw-r--r--libs/coroutine/build/Jamfile.v26
-rw-r--r--libs/coroutine/doc/html/index.html2
-rw-r--r--libs/coroutine/test/test_asymmetric_coroutine.cpp2
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;