On Sat, Feb 18, 2012 at 04:04:36AM +0100, Andrej Mitrovic wrote:
> AA's seem to be full of bugs.
[...]

Yeah, no kidding. The following code throws an error.

        int[dstring] map;
        foreach (key, val; map) {
                assert(map[key] == val); // throws AssertionError
        }

Can you believe it?


T

-- 
War doesn't prove who's right, just who's left. -- BSD Games' Fortune

Reply via email to