-
- Downloads
avoid std::string::find() to check for prefix
Use compare() instead which will terminate faster if things don't match.
Loading
Please register or sign in to comment
Use compare() instead which will terminate faster if things don't match.