Hacker News new | ask | show | jobs
by dheera 2311 days ago
Yep. There isn't even a split/join method in std::string ... you need to use boost for that (wtf)
1 comments

Or Abseil, which had a lot of handy string manipulation functions including Append/FormatAppend.