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

Externals: Update fmt to 6.1.2 #8602

Merged
merged 4 commits into from Feb 4, 2020
Merged

Externals: Update fmt to 6.1.2 #8602

merged 4 commits into from Feb 4, 2020

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Feb 4, 2020

Updates fmt to 6.1.2, which allows it to compile under C++20. I've separated the changes made to the codebase from the commit updating the library itself to make it easier to review.

It seems that the newer version of fmt gets tripped up by bitfields
within structs. However, we can just specify the intended type where
necessary to get around this.
@delroth delroth merged commit a205ecb into dolphin-emu:master Feb 4, 2020
@lioncash lioncash deleted the fmt branch February 4, 2020 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants