GNU's libstdc++ or clang libc++ #9
-
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 |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?