Andrzej Krzemienski wrote:
What is the connection between constexpr and moving things to headers?
The fact that constexpr functions can't be separately compiled and need to
be defined in the header?
(from/to_chars for integrals are constexpr in C++23.)