On Saturday, 12 September 2020 at 00:52:43 UTC, Andrej Mitrovic wrote:
Does anyone know when -preview=fieldwise will become the default?

Currently looking into enabling it by default but it showed an interesting side effect. The frontend can now conclude that a == b is always true if a and b are instances of an empty struct (without custom opEquals).

This caused "unreachable code" warnings for VariantN in Phobos and could probably affect other projects as well.

Reply via email to