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

ci(b2-workflow): cxxstd include latest #812

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

alandefreitas
Copy link
Member

This PR includes "latest" in the list of cxxstd versions used by b2.

It also includes a fix to tests that broke in more recent versions of MSVC with the "latest" option.

Latest standard implementations have been indirectly including the std::format declaration, which makes urls::format ambiguous in tests because of ADL.
@cppalliance-bot
Copy link

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6cebc9b) 97.26% compared to head (7f196e3) 97.26%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #812   +/-   ##
========================================
  Coverage    97.26%   97.26%           
========================================
  Files          156      156           
  Lines         8587     8587           
========================================
  Hits          8352     8352           
  Misses         235      235           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cebc9b...7f196e3. Read the comment docs.

@alandefreitas alandefreitas merged commit df21f5b into boostorg:develop Jan 4, 2024
41 checks passed
@alandefreitas alandefreitas deleted the ci-b2-latest branch February 21, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants