You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note about the warning count: the macOS CI jobs use runs-on macos-latest so it lets different jobs/runs land on different Apple clang versions (17 vs 21) with different libc++ deprecation behavior.
So the compiler-warning counts vary non-deterministically and the warning-count bot reports warnings not related to the PR.
Note about the warning count: the macOS CI jobs use runs-on macos-latest so it lets different jobs/runs land on different Apple clang versions (17 vs 21) with different libc++ deprecation behavior. So the compiler-warning counts vary non-deterministically and the warning-count bot reports warnings not related to the PR.
Ah, interesting. I'm tempted to change it to run on a fixed version to get rid of that problem, but I'll sleep on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before submitting
developbranch.Type of change
Does this PR introduce a breaking change?
What this PR does
Fix old typos that were existing in the html documentation and ported to the antora migration.
See https://www.boost.org/doc/libs/latest/libs/graph/doc/TSPTourVisitor.html
Motivation
Testing
Checklist
b2in thetest/directory).