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
The algorithm std::erase, introduced in C++20, must return size_type, but NDK 25.0.8775105 returns void. Which leads to very annoying compilation errors in cross-platform code that works on a bunch of other Clang, GCC and MSVC platforms.
Affected versions
r25
Canary version
No response
Host OS
Linux, Windows
Host OS version
Ubuntu 20.04, Windows 10
Affected ABIs
x86_64
Build system
CMake
Other build system
No response
minSdkVersion
21
Device API level
32
The text was updated successfully, but these errors were encountered:
Description
The algorithm
std::erase
, introduced in C++20, must returnsize_type
, but NDK 25.0.8775105 returnsvoid
. Which leads to very annoying compilation errors in cross-platform code that works on a bunch of other Clang, GCC and MSVC platforms.Affected versions
r25
Canary version
No response
Host OS
Linux, Windows
Host OS version
Ubuntu 20.04, Windows 10
Affected ABIs
x86_64
Build system
CMake
Other build system
No response
minSdkVersion
21
Device API level
32
The text was updated successfully, but these errors were encountered: