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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user