Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove any 'using namespace std;' #9

Merged
merged 1 commit into from
May 22, 2021

Conversation

wirbel-at-vdr-portal
Copy link
Contributor

Hi Markus,

this pull request removes any usage of using namespace std; , renaming 'string' to 'std::string', 'ios' to 'std::ios'.

This is helpful to guarantee, that identifier used in VDR's core don't cause trouble with identifiers with same name in STL .
Also, 'string' vs 'std::string', 'vector' vs 'std::vector' was mixed across the whole plugin, which is sorted now.

Winfried

@MarkusEh MarkusEh merged commit 375d8f3 into MarkusEh:master May 22, 2021
@wirbel-at-vdr-portal wirbel-at-vdr-portal deleted the remove_namespace_std branch May 23, 2021 08:10
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.

2 participants