January 27, 2012 [phobos] [D-Programming-Language/phobos] 7bed81: The fix for issue 3731 shows a couple of places in... | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: 7bed81961aefc5327b57be0862514b78d84355db https://github.com/D-Programming-Language/phobos/commit/7bed81961aefc5327b57be0862514b78d84355db Author: Daniel Murphy <yebblies at gmail.com> Date: 2012-01-27 (Fri, 27 Jan 2012) Changed paths: M std/datetime.d M std/xml.d Log Message: ----------- The fix for issue 3731 shows a couple of places in phobos that rely on this bug. std.xml is going away, so work around the issue for now (all problems are caused by opEquals and opCmp not being const correct) and in std.datetime, AA values must be rebindable. Commit: 472c2a984391a97fd6fda5b77d082e184b828c87 https://github.com/D-Programming-Language/phobos/commit/472c2a984391a97fd6fda5b77d082e184b828c87 Author: Jonathan M Davis <jmdavisProg at gmx.com> Date: 2012-01-27 (Fri, 27 Jan 2012) Changed paths: M std/datetime.d M std/xml.d Log Message: ----------- Merge pull request #408 from yebblies/issue3731 Remove implicit casts to mutable super class Compare: https://github.com/D-Programming-Language/phobos/compare/bd9596f...472c2a9 |
Copyright © 1999-2021 by the D Language Foundation