mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-12 18:24:41 +01:00
std::string::find has a character based overload as can be seen here (4th oveload): http://www.cplusplus.com/reference/string/string/find/ Use that instead of constantly allocating temporary strings.
19 KiB
19 KiB