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
System updates will be applied on Jan 23rd between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
std::string::substr
(2nd argument already has default value npos
)Topic-rename: string-npos-cleanup