Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List cxx11 requirements in Jamfile #149

Closed
mloskot opened this issue Oct 5, 2018 · 2 comments
Closed

List cxx11 requirements in Jamfile #149

mloskot opened this issue Oct 5, 2018 · 2 comments
Labels
config/boost-build Any issues about Boost.Build configuration

Comments

@mloskot
Copy link
Member

mloskot commented Oct 5, 2018

For example, mp11/test/Jamfile:

project :
  requirements [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ] ;

Alternatively, as explained by @pdimov on cpplang.slack.com:

if you add cxxstd=11, they are satisfied, if you add cxxstd=03, they aren't
so if your test requires f.ex. decltype, it's run with cxxstd=11 and not run with cxxstd=03
but you can have tests that don't need decltype, which are run under cxxstd=03 as well, in principle

This will also help to skip the always failing builds in the regression waterfall ie. VS 2005, 2008, 2010, 2012, 2013:

image

@mloskot mloskot added the config/boost-build Any issues about Boost.Build configuration label Jan 11, 2019
@mloskot
Copy link
Member Author

mloskot commented Jan 11, 2019

Asked via ML about Skipping regression builds for unsupported toolsets

@mloskot
Copy link
Member Author

mloskot commented Apr 13, 2019

This has been fixed by #260

@mloskot mloskot closed this as completed Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config/boost-build Any issues about Boost.Build configuration
Projects
None yet
Development

No branches or pull requests

1 participant