Skip to content

Remove using namespace from the header files#210

Open
amaa-99 wants to merge 1 commit into
mvo5:masterfrom
amaa-99:45-merge-remove-using-namespace-from-the-header-files
Open

Remove using namespace from the header files#210
amaa-99 wants to merge 1 commit into
mvo5:masterfrom
amaa-99:45-merge-remove-using-namespace-from-the-header-files

Conversation

@amaa-99

@amaa-99 amaa-99 commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Moved the 'using namespace std' statements out of the header files.
This keeps it from being applied as a blanket to every file which directly or indirectly includes one of those headers.
(closes amaa-99#45)

@amaa-99 amaa-99 force-pushed the 45-merge-remove-using-namespace-from-the-header-files branch from 531d383 to ac46cba Compare July 3, 2026 17:32
Comment thread common/rcdscanner.h Outdated
Moved the 'using namespace std' statements out of the header files.
@amaa-99 amaa-99 force-pushed the 45-merge-remove-using-namespace-from-the-header-files branch from ac46cba to 7688a97 Compare July 6, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge: Remove using namespace from the header files

2 participants