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

Avoid double underscores in macro name #4044

Merged
merged 2 commits into from
Dec 13, 2017

Conversation

xfxyjwf
Copy link
Contributor

@xfxyjwf xfxyjwf commented Dec 13, 2017

Fixes #3268

Identifier names with double underscores are reserved by C++ implementation per standard:
http://eel.is/c++draft/lex.name#3.1

We don't really need double underscores any way.

@xfxyjwf xfxyjwf merged commit a4f68d4 into protocolbuffers:master Dec 13, 2017
bithium pushed a commit to bithium/protobuf that referenced this pull request Sep 4, 2023
 Avoid double underscores in macro name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants