On Tuesday, 28 May 2013 at 07:26:34 UTC, nazriel wrote:
I tried to port your package to x86_64 but dozens of:

"/home/raz/.dvm/compilers/dmd-2.063/src/druntime/src/rt/typeinfo/ti_Acfloat.d(35): Error: cannot implicitly convert expression (s.length * 8LU) of type ulong to uint /home/raz/.dvm/compilers/dmd-2.063/src/druntime/src/rt/typeinfo/ti_Acfloat.d(42): Error: cannot implicitly convert expression (s1.length) of type ulong to uint"

blown off my enthusiasm ;)

Those should go away once you change size_t and related alias meaning from uint to ulong and tweak few places where it is hard-coded.

Reply via email to