$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gero Peterhoff (g.peterhoff_at_[hidden])
Date: 2021-02-08 17:30:55
That's the problem: the generic std::complex class has generic conversion ctors, the FP specializations don't. I don't understand why this is done.
Am 05.02.21 um 18:50 schrieb Marshall Clow via Boost:
> I refer you to https://wg21.link/complex.numbers p2, which states:
> The effect of instantiating the template complex for any type other than float, double, or long double is unspecified.
>
> â Marshall