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
hi, can you help me, this error occurs when it compile with Android NDK
error: 'strtof' is not a member of 'std'
return std::strtof(reinterpret_cast<typename string_t::const_pointer>(m_start), endptr);
error: 'ERANGE' was not declared in this scope
if (reinterpret_cast<lexer_char_t*>(endptr) != m_cursor || errno == ERANGE)