summaryrefslogtreecommitdiff
path: root/boost/context/posix/segmented_stack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/context/posix/segmented_stack.hpp')
-rw-r--r--boost/context/posix/segmented_stack.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/context/posix/segmented_stack.hpp b/boost/context/posix/segmented_stack.hpp
index f4a32d7394..93f4210fd4 100644
--- a/boost/context/posix/segmented_stack.hpp
+++ b/boost/context/posix/segmented_stack.hpp
@@ -71,6 +71,9 @@ public:
};
typedef basic_segmented_stack< stack_traits > segmented_stack;
+# if defined(BOOST_USE_SEGMENTED_STACKS)
+typedef segmented_stack default_stack;
+# endif
}}