You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This piece of code (which is a minimal part of the openMSX/openMSX project on GitHub, see also here) doesn't compile with the Android NDK C++ compiler, and does compile with clang++.
Description
This piece of code (which is a minimal part of the openMSX/openMSX project on GitHub, see also here) doesn't compile with the Android NDK C++ compiler, and does compile with clang++.
This builds fine with clang++:
but not with the NDK clang++:
This prevents us from compiling our project on Android, since we are using this C++-20 feature.
Affected versions
r24
Canary version
No response
Host OS
Linux
Host OS version
Debian testing
Affected ABIs
armeabi-v7a
Build system
Other (specify below)
Other build system
none
minSdkVersion
n.a.
Device API level
19
The text was updated successfully, but these errors were encountered: