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

⌛C++20 Upgrade #1071

Merged
merged 9 commits into from
Sep 12, 2022
Merged

⌛C++20 Upgrade #1071

merged 9 commits into from
Sep 12, 2022

Conversation

jameskr97
Copy link
Member

@jameskr97 jameskr97 commented Oct 21, 2021

Upgrade to C++20

Must be merged after glfw

It's time for an upgrade. The only requirement changed is that we must use at minimum:

  • Windows: MSVC 19.20 (Visual Studio 2019)
  • Mac: Xcode 11.0
  • Linux: gcc-8, clang-9

Active Developers: Please test locally to ensure you can still compile.

@jameskr97 jameskr97 changed the base branch from master to develop October 21, 2021 07:23
@jameskr97 jameskr97 force-pushed the feature/cpp20 branch 2 times, most recently from 1ea19bd to 8e27817 Compare October 23, 2021 00:11
@nico-abram
Copy link
Member

Can we remove extern/fmt and use std::fmt if we're using C++20?

@nico-abram
Copy link
Member

I tested this locally and it built fine with VS2022 and playing a song worked fine. Like you said on discord, it doesn't seem to be necessary to merge this after glfw. LGTM

@poco0317 poco0317 merged commit 8ba7066 into etternagame:develop Sep 12, 2022
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.

3 participants