http://d.puremagic.com/issues/show_bug.cgi?id=9046
--- Comment #1 from [email protected] 2012-11-18 21:01:58 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/71e54c199c7de8ed6b63735eebb0ed5fe6937972 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. https://github.com/D-Programming-Language/phobos/commit/45f23d90f1c6aaf43eb26e3f94fc890b1022ec61 Merge pull request #959 from 9rnsr/fix9046 Issue 9046 - typeof(T.init) should have the type T -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
