-
Notifications
You must be signed in to change notification settings - Fork 359
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
need operator-- for mozc::ZeroQueryDict::iterator #441
Comments
I have been able to reproduce this issue.
|
This breaks the mozc build for me on current arch linux (-S mozc uim-mozc). @farseerfc's patch confirmed working. |
The relevant change in GCC libstdc++ which caused this problem for Mozc is: |
I think that for consistency with other code the new functions should be added at line 150, not 135. |
a1dcada fixed this issue. Thank you for the report. |
Otherwise on gcc 8.1 STL library will complain errors like:
A full error message is here: https://fars.ee/DAiY
I have written a patch to fix this: https://fars.ee/2is4
The text was updated successfully, but these errors were encountered: