5 Dec
2019
5 Dec
'19
11:30 p.m.
On 6/12/2019 11:16, Vinnie Falco wrote:
On Thu, Dec 5, 2019 at 1:53 PM Gavin Lambert wrote:
Maybe we should just be making a more modern static_vector rather than a fixed_string.
Add CharTraits to boost::static_vector? Sure! I'll let you write that up and submit it as a pull request...
It doesn't need them. Boost.StringAlgorithm is the part that deals with char traits. And it already supports duck-typed containers. The only thing possibly missing is constexpr support.