[phobos] [D-Programming-Language/phobos] 71e54c: fix Issue 9046 - typeof(T.init) should have the ty...
GitHub
noreply at github.com
Sun Nov 18 21:01:53 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 71e54c199c7de8ed6b63735eebb0ed5fe6937972
https://github.com/D-Programming-Language/phobos/commit/71e54c199c7de8ed6b63735eebb0ed5fe6937972
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-18 (Sun, 18 Nov 2012)
Changed paths:
M std/datetime.d
Log Message:
-----------
fix Issue 9046 - typeof(T.init) should have the type T
hasOverloadedOpAssignWithDuration!T returns true even if T is not a mutable type (e.g. for const Date). But, until now, the type of T.init had been accidentally unqualified by bug 9046.
Commit: 45f23d90f1c6aaf43eb26e3f94fc890b1022ec61
https://github.com/D-Programming-Language/phobos/commit/45f23d90f1c6aaf43eb26e3f94fc890b1022ec61
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-11-18 (Sun, 18 Nov 2012)
Changed paths:
M std/datetime.d
Log Message:
-----------
Merge pull request #959 from 9rnsr/fix9046
Issue 9046 - typeof(T.init) should have the type T
Compare: https://github.com/D-Programming-Language/phobos/compare/5de964dea984...45f23d90f1c6
More information about the phobos
mailing list