Amnon Heiman
04b5bad2b7
Adding insert replace and erase to sstring
...
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 >
2015-04-05 09:51:28 +03:00
..
2015-03-01 15:29:13 +02:00
2015-02-19 16:52:34 +02:00
2015-03-04 17:34:59 +01:00
2015-02-19 16:52:34 +02:00
2015-03-10 12:57:13 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2014-09-22 17:18:46 +03:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-03-30 11:18:16 +03:00
2015-04-02 10:27:38 +03:00
2015-02-19 16:58:54 +02:00
2015-02-19 16:58:54 +02:00
2015-03-01 13:36:30 +02:00
2015-03-10 15:43:39 -03:00
2015-03-31 10:26:03 +03:00
2015-03-11 14:45:43 +02:00
2015-03-11 12:39:49 +02:00
2015-03-11 17:19:23 +02:00
2015-04-01 11:33:19 +03:00
2015-03-10 15:39:56 -03:00
2015-03-10 18:44:22 -03:00
2015-03-30 14:21:36 +03:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-03-15 20:18:17 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-03-31 17:35:40 +03:00
2015-03-31 17:35:40 +03:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-03-03 14:58:58 +02:00
2015-03-10 15:01:51 +02:00
2015-03-04 17:34:59 +01:00
2015-02-19 16:52:34 +02:00
2015-03-31 17:35:40 +03:00
2015-02-19 16:52:34 +02:00
2015-03-23 11:49:18 +02:00
2015-03-24 10:12:47 +02:00
2015-03-16 10:02:06 +02:00
2015-04-05 09:51:28 +03:00
2015-02-19 16:52:34 +02:00
2015-03-10 16:33:38 +02:00
2014-12-25 09:14:42 +02:00
2015-02-19 16:52:34 +02:00
2015-03-15 15:44:56 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00
2015-02-19 16:52:34 +02:00