$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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?