From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-11-26 17:46:13


Vinnie Falco wrote:

> In which use-cases do you anticipate the need for a constexpr
> static_string?

When manipulating strings at compile time? Such as s1 += s2?