Skip to content

[C++] Removed using namespace sbe from code-generated headers #544

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 7, 2018
Merged

[C++] Removed using namespace sbe from code-generated headers #544

merged 1 commit into from
Mar 7, 2018

Conversation

EricJMarti
Copy link

I think it makes sense to fully spell out "::sbe::MetaAttribute" (and others) in code-generated headers because "using namespace" is typically frowned upon in C++ headers (see: https://isocpp.org/wiki/faq/coding-standards#using-namespace-std). I was able to test this change against the unit tests and my own code.

@tmontgomery tmontgomery merged commit 67cd45a into aeron-io:master Mar 7, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants