Opened 4 years ago

Last modified 4 years ago

#13618 new Feature Requests

Support for string_view etc...

Reported by: stream009@… Owned by: Marshall Clow
Milestone: To Be Determined Component: string_algo
Version: Boost 1.67.0 Severity: Problem
Keywords: Cc:

Description

Boost String Algorithm doesn't work well with string_view and I think it should work fine. So I wrote wrapper codes around it to make that possible. My original intention was just for a personal use, so it is C++17 and I wasn't strict about compatibility to boost string_algo either.

But having done that, it occurs to me that many things I did are also applicable to the boost string_algo in a way it keeps backward compatibility so it doesn't break exiting code.

I put the code and brief summary of changes at gitlab.com/stream9/string_algo/blob/master/Summary.md (if I put URL, system regard it as spam, so please prepend scheme by yourself). I don't know boost string_algo have plan to make similar improvement. I you do, maybe I can help something.

Change History (1)

comment:1 by Marshall Clow, 4 years ago

Thanks for the suggestions. I'll take a look.

Note: See TracTickets for help on using tickets.