www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21267] New: Make std.complex work with -betterC

https://issues.dlang.org/show_bug.cgi?id=21267

          Issue ID: 21267
           Summary: Make std.complex work with -betterC
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: n8sh.secondary hotmail.com

Make std.complex work with -betterC by using math functions from the C standard
library when std.math will not be unavailable. This means some operations will
become impure when compiling with -betterC.

--
Sep 21 2020