-
Notifications
You must be signed in to change notification settings - Fork 264
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
Compile error when including <complex> #15
Comments
@thanm, that block doesn't exist in the upstream GCC at all. Instead there's just // Get rid of a macro possibly defined in <complex.h>
#undef complex |
Looks like cmtice actually fixed this when synchronizing us with the ChromeOS GCC, so this is already fixed for r12. |
I just updated to r11b and this issue is still present. I see now that it has been set to the r12 milestone. When is approximate release date for r12? |
Should have a beta release early April. We've never actually done one of these before, so we'll see how that goes :) Stable release will be in June. |
Error:
This can be fixed by changing lines 52-54 of
$NDK_DIR/sources/cxx-stl/gnu-libstdc++/4.9/include/complex
from
into
The text was updated successfully, but these errors were encountered: