-
Notifications
You must be signed in to change notification settings - Fork 24
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 failure: error: 'current_zone' is not a member of 'std::chrono'
#126
Comments
It does build fine when instead of
|
I agree, it looks like there were some breaking changes introduced into fmt11. I'll have some time to look into it later |
With
|
Oh,
|
This looks like a regression in GCC/libstdc++, per your linked issue in fmtlib. I'm going to close this now, but thanks a lot for looking into it. |
@complexlogic Maybe add a note to users in README? One will need either to use libfmt9 or backport a fix to libfmt10–11 from upstream master. |
The issue is -D_GLIBCXX_USE_CXX11_ABI=0 is in use. Where does that come from? |
No, It looks like what changed is that {fmt} started to use |
Looks like it is coming from macports: |
@pinskia Yes, it comes from MacPorts. It is needed, because otherwise ports which use |
Is this bug on
libftm
side?The text was updated successfully, but these errors were encountered: