On Saturday, 17 December 2016 at 08:53:07 UTC, Stefan Koch wrote:
Miscompiling phobos code is down to 4 functions.
std.range.primitives.{front, empty, back}
and std.traits.defaultParameters.
Note, StructLiterals are still regressed.
I am looking into it.

Fixed the regression.
It was an off-by-one error in the check of the member-count.
causing the last field of a struct to be considered not part of the struct :p

Reply via email to