[Issue 617] IFTI doesn't use normal promotion rules for non-template parameters
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jan 22 14:47:40 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=617
larsivar at igesund.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |larsivar at igesund.net
------- Comment #4 from larsivar at igesund.net 2008-01-22 16:47 -------
Just noting that this bug (when propagated to GDC), means that code that should
be portable to 64 bit targets isn't, and requires casts as a workaround.
Examples include
foo(cast(size_t)3)
instead of
foo(3u).
--
More information about the Digitalmars-d-bugs
mailing list