Minor fixes in strings handling
- Access std::string::npos without an instance
- Remove unnecessary npos specification as second argument to function
std::string::substr
(2nd argument already has default valuenpos
)
Topic-rename: string-npos-cleanup
std::string::substr
(2nd argument already has default value npos
)Topic-rename: string-npos-cleanup