Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stdexcept header explicitly to u8u16test tool (#6226)
## Summary of the Pull Request Adds implicit stdexcept header include to u8u16test tool. ## PR Checklist * [x] Closes regression introduced when moving from VS 16.5 to VS 16.6 (which the CI did of its own accord) * [x] I work here. * [x] Built it. * [x] No doc. * [x] Am core contributor. ## Detailed Description of the Pull Request / Additional comments In VS 16.5, the <stdexcept> header was pulled in by `<string>` or `<string_view>` or `<array>` or `<algorithm>` implicitly. In VS 16.6, that's gone. No one wrote it in the header because it was just automatically there in the past. Now I wrote it in the header. ## Validation Steps Performed * [x] Built it on my machine after upgrading to VS `16.6.0`. * [x] Built it in CI.
- Loading branch information
1ea0889
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New misspellings found, please review:
To accept these changes, run the following commands
✏️ Contributor please read this
.github/actions/spell-check/dictionary/names.txt
..github/actions/spell-check/dictionary/
..github/actions/spell-check/whitelist/
.add an item in an appropriate file in
.github/actions/spell-check/patterns/
.See the
README.md
in each directory for more information.At present, the action that triggered this message will not show its ❌ in this PR unless the branch is within this repository.
Thus, you should make sure that this comment has been addressed before encouraging the merge bot to merge this PR.