Opened 9 years ago

Closed 9 years ago

#9346 closed Bugs (fixed)

coroutine: Windows stack allocator replaced by the POSIX one

Reported by: anonymous Owned by: olli
Milestone: To Be Determined Component: coroutine
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: szilagyi.d@…

Description

It seems that since revision 86533 the files libs/coroutine/src/detail/standard_stack_allocator_posix.cpp and libs/coroutine/src/detail/standard_stack_allocator_windows.cpp are exactly the same. The problem is that now the Windows version references POSIX headers and functions, which are, naturally, not available on Windows (I tried to compile it with MSVC12 - Visual Studio 2013). The simple solution would be to revert standard_stack_allocator_windows.cpp to a previous revision.

Change History (2)

comment:1 by Daniel Siladji <szilagyi.d@…>, 9 years ago

Cc: szilagyi.d@… added

comment:2 by olli, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.