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 for Compilation Error When Using FMT_MODULE #3597

Merged
merged 2 commits into from
Aug 20, 2023

Commits on Aug 18, 2023

  1. FMT_EXPORT reorganization to fix compile error

    - When compiling with FMT_MODULE, an error was being generated due to
      use of FMT_EXPORT on a declaration within FMT_BEGIN_EXPORT and
      FMT_END_EXPORT on `include/core.h`
    
    - On `include/format.h` had to exclude the function vformat_to by ending
      the export block just before it and beginning a new one after it.
    MathewBensonCode committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a1659de View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    08d89e8 View commit details
    Browse the repository at this point in the history