[PR #4962] hygiene: change default specifiers of some functions to delete #26056

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

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

State: closed
Merged: Yes


For some functions, the overriding implementation is set to default, but
the deletion is not explicitly set at all. For those functions, I
changed default to delete.

Validation Steps

  • Manual Checking including testing the base and the subclasses.
  • Compiler Refactorings
  • Unit tests passed.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/4962 **State:** closed **Merged:** Yes --- For some functions, the overriding implementation is set to default, but the deletion is not explicitly set at all. For those functions, I changed default to delete. ## Validation Steps - Manual Checking including testing the base and the subclasses. - Compiler Refactorings - Unit tests passed.
claunia added the pull-request label 2026-01-31 09:13:39 +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#26056