summaryrefslogtreecommitdiff
path: root/boost/coroutine2/fixedsize_stack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine2/fixedsize_stack.hpp')
-rw-r--r--boost/coroutine2/fixedsize_stack.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/coroutine2/fixedsize_stack.hpp b/boost/coroutine2/fixedsize_stack.hpp
index 56523ab29a..8aa66fee61 100644
--- a/boost/coroutine2/fixedsize_stack.hpp
+++ b/boost/coroutine2/fixedsize_stack.hpp
@@ -23,6 +23,9 @@ namespace boost {
namespace coroutines2 {
typedef boost::context::fixedsize_stack fixedsize_stack;
+#if !defined(BOOST_USE_SEGMENTED_STACKS)
+typedef boost::context::default_stack default_stack;
+#endif
}}