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 EP_UNUSED and use C++17's [[maybe_unused]] #8382

Merged
merged 1 commit into from
Nov 14, 2020

Conversation

lefticus
Copy link
Contributor

Pull request overview

Move from EP_UNUSED macro to the C++17 [[maybe_unused]] attribute.

No expected changes.

@lefticus lefticus added the Refactoring Includes code changes that don't change the functionality of the program, just perform refactoring label Nov 13, 2020
@lefticus lefticus requested a review from Myoldmopar November 13, 2020 20:58
@Myoldmopar
Copy link
Member

I'm super excited for this. Every time we eliminate one of our custom solutions for something standard it makes me very happy. Thanks for c++17, I know there are many things we can evolve in this way.

This looks totally ready, and since the other couple wide-reaching PRs look like they will need additional commits, I think I'll drop this in. Thanks for this quick transition, @lefticus!

@Myoldmopar Myoldmopar merged commit 4af4ea4 into develop Nov 14, 2020
@Myoldmopar Myoldmopar deleted the remove_ep_unused_use_maybe_unused branch November 14, 2020 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactoring Includes code changes that don't change the functionality of the program, just perform refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants