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 FMT_MODULE not compiling on GCC #3605

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    e418179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f38ebb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Refactor To remove friend function private access

    - Remove umul128 friend function from uint128_fallback class using
      non-const member access functions instead.
    MathewBensonCode committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2b20d7b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Refactor Improvement on umul128 function

    - Removal of direct access to members of uint128_fallback and instead
      create the values at the callsite and pass them via the constructor of
      uint128_fallback on the return statement.
    MathewBensonCode committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e786824 View commit details
    Browse the repository at this point in the history