mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The boost::replace_all uses insert and erase to perform a change, those method are missing from sstring. Following the std:string implemntation the implementation of both functionalities is based on the replace method, either as c string replace or with templated iterators. Not all the variation of insert, replace and erase where added, but it will be possible to add them in the future if needed by calling the existing functionality. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
4.4 KiB
4.4 KiB