<div dir="ltr"><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, 4 Mar 2025 at 21:25, Per Nordlöw via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tuesday, 4 March 2025 at 01:27:29 UTC, Manu wrote:<br>
> Please do contribute to this effort if you're enthusiastic! I <br>
> have very<br>
> little free time rn.<br>
<br>
Tried converting a couple of usages of `emplace` and <br>
`moveEmplace` in a repo of mine and discovered that I'm missing a <br>
way to express<br>
<br>
`moveEmplace(x, y)`<br>
<br>
as<br>
<br>
`new(y) typeof(y)(__rvalue(x))`<br>
<br>
. This doesn't always work eventough `y` being assignable from <br>
`x`.<br></blockquote><div><br></div><div>Is it this issue: <a href="https://github.com/dlang/dmd/issues/20950">https://github.com/dlang/dmd/issues/20950</a> ??</div><div>If not, please post repro so I can investigate. <br></div></div></div>