On 21/01/2012 01:16, Timon Gehr wrote:
<snip>
I generally like the idea of making size_t strongly typed, but
that would necessitate X!size_t to become a distinct instantiation from X!uint 
or X!ulong.
Furthermore, it would break all existing D programs that are deliberately not 
64 bit aware
=).

You mean compilers that target a 32-bit platform and rely on the runtime environment to ensure CTFE is consistent with runtime evaluation of the same function?

Stewart.

Reply via email to