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
In NDK r23, trying to use any of the float-based functions from will result in a compiler error. From looking in the file Sdk\ndk\23.0.7599858\sources\cxx-stl\llvm-libc++\include\charconv, it's clear that this file only contains implementation for the integral types,