$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jz.maddock_at_[hidden])
Date: 2023-04-21 17:17:25
On 21/04/2023 15:05, Gero Peterhoff via Boost wrote:
> Hi Matt,
> the ccmath functions must/could only work with std types. Is this
> assumption correct?
>
The constexpr code path is almost certainly for std types only. However,
they can be used in generic functions declared constexpr, which are not
necessarily used in a constexpr context: in that case the argument could
be any suitable type.
John.