I find myself with massive breakage in my codebase. I have a lot of code doing stuff like foo(Bar(args)) where foo expect a ref parameter. This used to work just fine, but now it do not.

This seems to me particularly dubious as the compiler introduce a temporary to call the constructor on. Bar(args) HAVE an address.

Looking at the change log, I can't find anything relevant to the subject. What the fuck did happen and why ?

Reply via email to