New hash

H. S. Teoh hsteoh at quickfur.ath.cx
Fri Mar 23 19:08:15 PDT 2012


On Sat, Mar 24, 2012 at 02:39:35AM +0100, Andrej Mitrovic wrote:
> I thought I'd open this topic for discussion of issues with the new
> hash implementation.
> 
> Anyways, this doesn't seem to work:
> 
> AA!(string,int[]) hash;
[...]

Argh... in the process of trying to fix this issue, I ran into a major
compiler bug: inout isn't recognized on a parameter when the same
parameter is also lazy. :-( I filed a new issue:

	http://d.puremagic.com/issues/show_bug.cgi?id=7757

This means I probably have to copy-n-paste AA.get() in order to make
things work correctly. :-(


T

-- 
Political correctness: socially-sanctioned hypocrisy.


More information about the Digitalmars-d mailing list