phobos commit, revision 1554
user: rsinfu msg: Fixed bugzilla 3653: Problem sorting array of Rebindable. Thanks to pc for the patch! std.algorithm.sort does assignments over input array, but Rebindable did not have opAssign overload for Rebindable itself. This change implements Rebindable.opAssign(Rebindable). http://www.dsource.org/projects/phobos/changeset/1554 _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
