[dm-devel] [PATCH v2 2/9] libmultipath: strbuf: simple api for growing string buffers

Bart Van Assche bvanassche at acm.org
Wed Aug 11 16:08:06 UTC 2021


On 8/11/21 8:41 AM, mwilck at suse.com wrote:
> Add an API for string buffers that grow in size as text is added.
> This API will be useful in several places of the multipath-tools code
> base. Add unit tests for these helpers, too.

Has it been considered to switch to C++ and use std::string and/or 
std::ostringstream instead of implementing a string library in C?

Thanks,

Bart.






More information about the dm-devel mailing list