2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-11 23:52:29 +00:00

Update segmented_stack.hpp

This commit is contained in:
Oliver Kowalke
2015-02-19 08:20:43 +01:00
parent 1bd3e29ff8
commit eeaf6d3136

View File

@@ -21,7 +21,7 @@ namespace fibers {
#if defined(BOOST_USE_SEGMENTED_STACKS)
# if ! defined(BOOST_WINDOWS)
typedef boost::context::segmented_stack segemented;
typedef boost::context::segmented_stack segmented_stack;
# endif
#endif