From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-01-13 16:26:16


> https://www.boost.org/doc/libs/1_84_0/libs/static_string/doc/html/static_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.

Are there plans to update this to use Boost.Charconv if it gets accepted?
(Although this technically means changing its behavior).