phobos commit, revision 2123
user: kyllingstad msg: Bug 5163: meaningless error message with front() applied to void[] It's not possible to index into void[] arrays, which means that they cannot be ranges. Therefore, I've added template constraints to front(), back(), popFront(), and popBack() in std.array that prevents them from being instantiated with void[]. http://www.dsource.org/projects/phobos/changeset/2123 _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
