[PR #4722] [MERGED] Fix the build on VS 2019 Update 5 #25903

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4722
Author: @DHowett-MSFT
Created: 2/25/2020
Status: Merged
Merged: 2/26/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/it_is_a_living_but_i_just_have_to_deal_with_these_VS_issues_to_survive


📝 Commits (1)

  • 18c47fb Fix the build on VS 2019 Update 5

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 src/cascadia/CascadiaPackage/CascadiaPackage.wapproj (+1 -3)
📝 src/terminal/adapter/adaptDefaults.hpp (+1 -0)
📝 src/terminal/adapter/conGetSet.hpp (+1 -0)

📄 Description

This commit introduces two fixes for C5205 (delete of an abtract class
without a virtual dtor) and one fix for a very hopeful VS version gating
that didn't pan out.


🔄 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/4722 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/26/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/it_is_a_living_but_i_just_have_to_deal_with_these_VS_issues_to_survive` --- ### 📝 Commits (1) - [`18c47fb`](https://github.com/microsoft/terminal/commit/18c47fb034d75a995e098d984102d7128ab3a5f5) Fix the build on VS 2019 Update 5 ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/CascadiaPackage/CascadiaPackage.wapproj` (+1 -3) 📝 `src/terminal/adapter/adaptDefaults.hpp` (+1 -0) 📝 `src/terminal/adapter/conGetSet.hpp` (+1 -0) </details> ### 📄 Description This commit introduces two fixes for C5205 (delete of an abtract class without a virtual dtor) and one fix for a very hopeful VS version gating that didn't pan out. --- <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:12:32 +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#25903