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 build with MSVC C++20 modules #3254

Merged
merged 2 commits into from
Dec 29, 2022
Merged

Fix build with MSVC C++20 modules #3254

merged 2 commits into from
Dec 29, 2022

Commits on Dec 29, 2022

  1. Fix build with MSVC C++20 modules

    When using fmt with C++20 modules under MSVC, it can end up requiring certain things to have storage that would not otherwise have needed to. Since I didn't see anything that was already doing detection for `inline constexpr` variable support, I've just moved the entire thing into the only function where it's used.
    Orvid committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    31816bd View commit details
    Browse the repository at this point in the history
  2. Update core.h

    Orvid committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d7f5d31 View commit details
    Browse the repository at this point in the history