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

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4962
Author: @ghost
Created: 3/17/2020
Status: Merged
Merged: 3/19/2020
Merged by: @DHowett-MSFT

Base: masterHead: Modernize-loops


📝 Commits (3)

  • 714124f Update cppwinrt_utils.h
  • 7daf22a Revert "Update cppwinrt_utils.h"
  • edaa24b Change copy constuctors from default to delete

📊 Changes

5 files changed (+14 additions, -14 deletions)

View changed files

📝 src/buffer/out/RowCellIterator.hpp (+1 -1)
📝 src/buffer/out/cursor.h (+1 -1)
📝 src/types/ScreenInfoUiaProviderBase.h (+4 -4)
📝 src/types/UiaTextRangeBase.hpp (+4 -4)
📝 src/types/WindowUiaProviderBase.hpp (+4 -4)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/4962 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/17/2020 **Status:** ✅ Merged **Merged:** 3/19/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `Modernize-loops` --- ### 📝 Commits (3) - [`714124f`](https://github.com/microsoft/terminal/commit/714124fd3c13fb0f126f5d3771db208748585187) Update cppwinrt_utils.h - [`7daf22a`](https://github.com/microsoft/terminal/commit/7daf22a3b669f4356652a288d198970040deb96e) Revert "Update cppwinrt_utils.h" - [`edaa24b`](https://github.com/microsoft/terminal/commit/edaa24b4285712697a68ab2f4f07d1cb4ef8e5c0) Change copy constuctors from default to delete ### 📊 Changes **5 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/buffer/out/RowCellIterator.hpp` (+1 -1) 📝 `src/buffer/out/cursor.h` (+1 -1) 📝 `src/types/ScreenInfoUiaProviderBase.h` (+4 -4) 📝 `src/types/UiaTextRangeBase.hpp` (+4 -4) 📝 `src/types/WindowUiaProviderBase.hpp` (+4 -4) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:13:38 +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#26051