https://issues.dlang.org/show_bug.cgi?id=9643
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Walter Bright <[email protected]> --- > creal values = va_arg!(cdouble)(argptr); The line should be: cdouble values = va_arg!(cdouble)(argptr); and then it works. --
