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

[all] Compatibility with C++20 #5056

Merged
merged 7 commits into from
Nov 14, 2024
Merged

Commits on Nov 13, 2024

  1. Fix std::memory_order according to changes in C++20

    The new code should be compatible with C++17 as well
    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5a01f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    967f720 View commit details
    Browse the repository at this point in the history
  3. simplify real type

    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6463f2b View commit details
    Browse the repository at this point in the history
  4. remove duplicated using

    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    19e784c View commit details
    Browse the repository at this point in the history
  5. scope initData to direct parent

    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    05900dc View commit details
    Browse the repository at this point in the history
  6. remove forward declaration

    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fa1c835 View commit details
    Browse the repository at this point in the history
  7. Missing aliases cause compilation fail

    alxbilger authored and fredroy committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bd8e483 View commit details
    Browse the repository at this point in the history