May 26, 2010 [phobos] phobos commit, revision 1554 | ||||
---|---|---|---|---|
| ||||
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 |
Copyright © 1999-2021 by the D Language Foundation