You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on a recent MacBook Pro 16 with M2 Max (8 performance cores, 4 efficiency cores), 96 GB RAM, latest Xcode (14.3, Apple clang 14.0.3, clang-1403.0.22.14.1).
build1-error.txt has an issue because std::result_of<> has been replaced by std::invoke_result<> in c++20.
qobjectdefs.h.diff is a patch file to fix it.
build2-warnings.txt shows 5 warnings because bitwise ops on differing enums is deprecated in c++20.
mixxx-test-run.txt has critical error. arm64-osx-issue.tar.gz
Version
2.5.0-alpha
OS
macOS Ventura 13.3.1
The text was updated successfully, but these errors were encountered:
Bug Description
Running on a recent MacBook Pro 16 with M2 Max (8 performance cores, 4 efficiency cores), 96 GB RAM, latest Xcode (14.3, Apple clang 14.0.3, clang-1403.0.22.14.1).
build1-error.txt has an issue because std::result_of<> has been replaced by std::invoke_result<> in c++20.
qobjectdefs.h.diff is a patch file to fix it.
build2-warnings.txt shows 5 warnings because bitwise ops on differing enums is deprecated in c++20.
mixxx-test-run.txt has critical error.
arm64-osx-issue.tar.gz
Version
2.5.0-alpha
OS
macOS Ventura 13.3.1
The text was updated successfully, but these errors were encountered: