GNU's libstdc++ or clang libc++ #9
Answered
by
zauguin
viniciusferrao
asked this question in
Q&A
|
Hi @zauguin which standard library do you used to develop this library? I have an error trying to compile it under macOS (again) but is seems to be an libc++ issue. The spaceship operator From the On |
Answered by
zauguin
Feb 27, 2022
Replies: 1 comment 1 reply
|
As you seem to have guessed I'm mostly using libstdc++ and while I try to avoid any libstdc++ specific dependencies, I tend to assume that all standard libraries are at least as C++20 compliant as libstdc++. For libc++ this assumption is (sadly very) wrong. Anyway, it should be fixed. Can you add an issue for this? |
1 reply
Answer selected by
viniciusferrao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you seem to have guessed I'm mostly using libstdc++ and while I try to avoid any libstdc++ specific dependencies, I tend to assume that all standard libraries are at least as C++20 compliant as libstdc++. For libc++ this assumption is (sadly very) wrong.
Anyway, it should be fixed. Can you add an issue for this?