$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-01-13 16:38:02
Ruben Perez wrote:
> > https://www.boost.org/doc/libs/1_84_0/libs/static_string/doc/html/stat
> > ic_string/ref/boost__static_strings__to_static_string.html
>
> I didn't know this was a thing. It looks like it internally uses snprintf though.
That's an interesting point. It means that it's locale-dependent, and probably
shouldn't be. I don't think any of the users of it would expect that.