On 3/15/11, Andrej Mitrovic <[email protected]> wrote: > >> >> I suggest to replace this: >> sortedKeys.sort; >> >> With: >> sortedKeys.sort(); >> > > Yes, I prefer it that way too.
Correction: DMD complains about having parentheses, in fact it's an error: ngparser.d(28): Error: undefined identifier module ngparser.sort So I've had to remove them. And again that's that uninformative error message which I don't like.
