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 default Android NDK (at version 15) misses some C++11 functions from its libstd, for instance std::log2(). A work-around is given in android/ndk#82, and consists in rebuilding the toolchain with a different libstdc++.
The text was updated successfully, but these errors were encountered:
The default Android NDK (at version 15) misses some C++11 functions from its libstd, for instance
std::log2()
. A work-around is given in android/ndk#82, and consists in rebuilding the toolchain with a different libstdc++.The text was updated successfully, but these errors were encountered: