Subject: [Boost-bugs] [Boost C++ Libraries] #9346: coroutine: Windows stack allocator replaced by the POSIX one
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-05 19:39:08
#9346: coroutine: Windows stack allocator replaced by the POSIX one
-------------------------------------+-----------------------
Reporter: anonymous | Owner: olli
Type: Bugs | Status: new
Milestone: To Be Determined | Component: coroutine
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+-----------------------
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.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9346> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC