summaryrefslogtreecommitdiff
path: root/boost/coroutine2/segmented_stack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine2/segmented_stack.hpp')
-rw-r--r--boost/coroutine2/segmented_stack.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/coroutine2/segmented_stack.hpp b/boost/coroutine2/segmented_stack.hpp
index 8443bc3561..24f93c86c2 100644
--- a/boost/coroutine2/segmented_stack.hpp
+++ b/boost/coroutine2/segmented_stack.hpp
@@ -24,8 +24,8 @@ namespace coroutines2 {
#if defined(BOOST_USE_SEGMENTED_STACKS)
# if ! defined(BOOST_WINDOWS)
-typedef boost::context::segmented_stack segmented_stack;
-typedef boost::context::default_stack default_stack;
+using segmented_stack = boost::context::segmented_stack;
+using default_stack = boost::context::default_stack;
# endif
#endif