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

--- Comment #2 from Mark Isaacson <[email protected]> ---
Thanks for the insight David! I added a:
version (Win64) {
  alias FloatingType = double;
} else {
  alias FloatingType = real;
}

to the top and changed the appropriate union type to use that alias. The
unittests ran perfectly.

I doubt that this is the fix we want to ship, but it seems that your analysis
is spot-on.

--

Reply via email to