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
c_str generally assumes a NUL-terminated string of characters, however the constructor BasicStringRef(const Char *s, std::size_t size) makes no such assumption.