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

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

Merged
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 real-logic:master Mar 7, 2018
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.

None yet

2 participants