 
            
            
            
            
                8 Feb
                
                    2021
                
            
            
                8 Feb
                
                '21
                
            
            
            
        
    
                6:30 p.m.
            
        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