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 old GCC version workarounds #11081

Merged
merged 1 commit into from Jun 7, 2023

Conversation

Minty-Meeo
Copy link
Contributor

The minimum GCC version is going to become GCC 10. (#10969)

// XXX: in old GCC versions, capturing 'this' does not work for some lambdas. The workaround
// is to not use auto for the parameter (even though the type is obvious).
// This can be dropped once we require GCC 7.
using CertStructInfo = std::tuple<SignatureType, PublicKeyType, size_t>;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think keeping this using CertStructInfo is more readable.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fair enough, I also thought this. Shall I remove the comment, though?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, the comment is definitely outdated.

cobalt2727 referenced this pull request in cobalt2727/L4T-Megascript Sep 24, 2022
for jetson orin, only gcc-11 and up have detection for the cpu used with =native
@Minty-Meeo Minty-Meeo changed the title Remove GCC workarounds Remove old GCC version workarounds Apr 5, 2023
@Minty-Meeo Minty-Meeo marked this pull request as ready for review April 6, 2023 00:13
The minimum GCC version is now GCC 10.
@AdmiralCurtiss AdmiralCurtiss merged commit 44d9304 into dolphin-emu:master Jun 7, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants