$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-05-11 17:54:52
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.)