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 building with clang 32 (macOS 12) #11765

Merged
merged 3 commits into from
Aug 3, 2023
Merged

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    00780ff View commit details
    Browse the repository at this point in the history
  2. Don't use {} as constructor in a template context,

    because it reqires a copy onstructor with clang 32
    daschuer committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6b99d4d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. remove redundant std::move()

    Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
    daschuer and Swiftb0y authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7092a7a View commit details
    Browse the repository at this point in the history