Description
Environment:
VS 2017 + Windows Server 2016
Issue description:
One test fails to compile after boostorg/coroutine submodule updated from d698d1 to d5e610 boost/coroutine@49c1730. Could you please take a look?
Reproduce steps:
- git clone -c core.autocrlf=true --recursive https://github.com/boostorg/boost.git D:\Boost\src
- open a VS 2017 x64 command prompt and browse to D:\Boost\src
- .\bootstrap
- .\b2 headers variant=release --build-dir=..\out\x64rel address-model=64
- .\b2 variant=release --build-dir=..\out\x64rel address-model=64
- .\b2 -j4 variant=release --build-dir=..\out\x64rel libs\beast\test
ErrorMessage:
compile-c-c++ ..\out\x64rel\boost\bin.v2\libs\beast\test\beast\core\basic_stream.test\msvc-14.1\release\threadapi-win32\threading-multi\basic_stream.obj
basic_stream.cpp
.\boost/coroutine/asymmetric_coroutine.hpp(2364): error C2039: 'begin': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(2369): error C2039: 'begin': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(2374): error C2039: 'end': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(2379): error C2039: 'end': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(2384): error C2039: 'begin': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(2389): error C2039: 'end': is not a member of 'boost'
.\boost/coroutine/asymmetric_coroutine.hpp(38): note: see declaration of 'boost'
call "..\out\x64rel\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat" >nul
cl /Zm800 -nologo @"..\out\x64rel\boost\bin.v2\libs\beast\test\beast\core\basic_stream.test\msvc-14.1\release\threadapi-win32\threading-multi\basic_stream.obj.rsp"