Boost C++ Libraries: Ticket #9346: coroutine: Windows stack allocator replaced by the POSIX one https://svn.boost.org/trac10/ticket/9346 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9346 Trac 1.4.3 Daniel Siladji <szilagyi.d@…> Tue, 05 Nov 2013 19:44:48 GMT cc set https://svn.boost.org/trac10/ticket/9346#comment:1 https://svn.boost.org/trac10/ticket/9346#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">szilagyi.d@…</span> added </li> </ul> Ticket olli Tue, 05 Nov 2013 20:18:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9346#comment:2 https://svn.boost.org/trac10/ticket/9346#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket