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

Jacob Carlborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Jacob Carlborg <[email protected]> ---
Same problem with Xcode/Clang 8. I looks like "size_t" is defined as
"__SIZE_TYPE__" which is defined as "long unsigned int". Replacing defining
"targ_ullong" as "size_t" fixes the problem for 64bit, but not for 32bit.

--

Reply via email to