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

Fix changes that should not have been in #2020 #2023

Merged
merged 1 commit into from
Dec 21, 2021

Conversation

benson31
Copy link
Collaborator

I don't know how or why these changes happened? But basically, the trailing return type (whose namespace resolution depends on being AFTER the function name opens the scope) moved to the front of the prototype but did not have namespaces added. I like it the other way better, so I just restored that.

I don't know how or why these changes happened? But basically, the
trailing return type (whose namespace resolution depends on being
AFTER the function name opens the scope) moved to the front of the
prototype but did not have namespaces added. I like it the other way
better, so I just restored that.
Copy link
Collaborator

@mrwyattii mrwyattii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@benson31 benson31 merged commit 7271ea7 into LLNL:develop Dec 21, 2021
@benson31 benson31 deleted the undo-odd-changes-from-pr2020_test branch December 21, 2021 17:36
graham63 pushed a commit to graham63/lbann that referenced this pull request Jan 12, 2022
I don't know how or why these changes happened? But basically, the
trailing return type (whose namespace resolution depends on being
AFTER the function name opens the scope) moved to the front of the
prototype but did not have namespaces added. I like it the other way
better, so I just restored that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants