Browse Source
On C++11 and later, std::string is guaranteed to be null-terminated. However, `*(str.end())` is NOT guaranteed to be '\0'. So, we parse ISA string using C-style string buffer (raw pointers).pull/871/head
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue