-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
C++20 crashes Apple-Clang 13.0.0 compiler on macos-11 (from Github Actions) #2219
Comments
afaict fmt is the culprit here: fmtlib/fmt#2455 |
I had the same problem, is this issue fixed now? |
Should be fixed after upgrading to fmt 8.1.1 |
That's great news, @gabime, thanks! Will this be part of a Much appreciated! |
Yes. No release date yet. |
haven't been able to test, yet, but apparently fixed it in xcode13.3 |
I am building my repositories in Github actions for several environments. We are switching to C++20, and it triggered a compiler crash when compiling spdlog (via Conan center package
spdlog/1.9.2
) onmacos-11
.Minimal example
I made a repository triggering the issue: https://github.com/Adnn/spdlog192_appleclang_crash/actions/runs/1606462938
Steps to reproduce
Running this command:
Results in a compiler crash on
macos-11
:I also posted on conan-center issue tracker.
The text was updated successfully, but these errors were encountered: