[PR #7319] Compensate for new warnings and STL changes in VS 16.7 #26891

Open
opened 2026-01-31 09:18:44 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/7319

State: closed
Merged: Yes


New warnings were added in VS 16.7 and std::map::erase is now noexcept.
Update our code to be compatible with the new enforcement.

PR Checklist

  • Closes broken audit in main after Agents updated over the weekend.
  • I work here.
  • Audit mode passes now
  • Am core contributor.

Validation Steps Performed

  • Ran audit mode locally
**Original Pull Request:** https://github.com/microsoft/terminal/pull/7319 **State:** closed **Merged:** Yes --- New warnings were added in VS 16.7 and `std::map::erase` is now `noexcept`. Update our code to be compatible with the new enforcement. ## PR Checklist * [x] Closes broken audit in main after Agents updated over the weekend. * [x] I work here. * [x] Audit mode passes now * [x] Am core contributor. ## Validation Steps Performed * [x] Ran audit mode locally
claunia added the pull-request label 2026-01-31 09:18:44 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#26891