[phobos] phobos commit, revision 1554
dsource.org
noreply at dsource.org
Tue May 25 22:59:15 PDT 2010
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
More information about the phobos
mailing list