[PR #955] Removed using namespace directive from header files #24424

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Removes the using directives from the header files more specifically the following header files:

  • src/host/ft_host/precomp.h
  • src/host/globals.h
  • src/host/renderData.hpp
  • src/host/renderFontDefaults.hpp
  • src/host/screenInfo.hpp
  • src/host/selection.hpp

The using namespace directive was then put into the cpp files that needed them.

References

PR Checklist

Detailed Description of the Pull Request / Additional comments

**Original Pull Request:** https://github.com/microsoft/terminal/pull/955 **State:** closed **Merged:** Yes --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Removes the using directives from the header files more specifically the following header files: - src/host/ft_host/precomp.h - src/host/globals.h - src/host/renderData.hpp - src/host/renderFontDefaults.hpp - src/host/screenInfo.hpp - src/host/selection.hpp The using namespace directive was then put into the cpp files that needed them. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #822 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] Issue number where discussion took place: #822 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments
claunia added the pull-request label 2026-01-31 09:03:14 +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#24424