-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Build error: no viable overloaded '+=' (macOS 14.4.1) #284
Comments
You need to tell the PMP_Multilinear author also. |
Not repro with clang++-18 and libc++ on ubuntu, sorry. CXX='clang++ -std=c++11 -stdlib=libc++' CC=clang cmake .. |
darkk
added a commit
to darkk/smhasher
that referenced
this issue
Sep 2, 2024
Fixes rurban#284 by disabling PMP_Multilinear not only on aarch64, but also on arm64. Those are the same things under different labels.
darkk
added a commit
to darkk/smhasher
that referenced
this issue
Sep 6, 2024
Fixes rurban#284 by disabling PMP_Multilinear not only on aarch64, but also on arm64. Those are the same things under different labels.
darkk
added a commit
to darkk/smhasher
that referenced
this issue
Sep 27, 2024
Fixes rurban#284 by disabling PMP_Multilinear not only on aarch64, but also on arm64. Those are the same things under different labels.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
Just clone repo and trying to build
Error:
CPU: Apple M1 Max
macOS version: 14.4.1
Xcode version: 15.3
clang version: clang-1500.3.9.4
The text was updated successfully, but these errors were encountered: