Skip to content

One test from boost libraries failed to run after boost submodule parameter updated from 5d3e39 to 8f2cd5  #80

@spacelg

Description

@spacelg

Environment:
VS 2017 + Windows Server 2016

Issue description:
One test from boost libraries failed to run after boost submodule parameter updated from 5d3e39 to 8f2cd5 boost/parameter@7b12552.Could you please take a look?

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\accumulators\test

log_x64_test_1.log

ErrorMessage:
.\boost/parameter/aux_/arg_list.hpp(312): error C2664: 'boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<Keyword,std::vector<double,std::allocator<_Ty>>>>::tagged_argument_list_of_1(const boost::parameter::aux::tagged_argument_list_of_1<boost::parameter::aux::tagged_argument<Keyword,std::vector<_Ty,std::allocator<_Ty>>>> &)': cannot convert argument 1 from 'const A1' to 'std::vector<double,std::allocator<Ty>> &'
.\boost/parameter/keyword.hpp(66): error C2039: 'qualifier': is not a member of 'boost::accumulators::tag::extended_p_square_probabilities
<0>'
.\boost/parameter/keyword.hpp(98): error C2062: type 'unknown-type' unexpected
.\boost/parameter/keyword.hpp(100): error C2334: unexpected token(s) preceding '{'; skipping apparent function body

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