Skip to content

One test fails to compile after boostorg/coroutine submodule updated from d698d1 to d5e610 #44

Closed
@spacelg

Description

@spacelg

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?

log_x64_test_124.log

Reproduce steps:

  1. git clone -c core.autocrlf=true --recursive ​https://github.com/boostorg/boost.git D:\Boost\src
  2. open a VS 2017 x64 command prompt and browse to D:\Boost\src
  3. .\bootstrap
  4. .\b2 headers variant=release --build-dir=..\out\x64rel address-model=64
  5. .\b2 variant=release --build-dir=..\out\x64rel address-model=64
  6. .\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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions