<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 10, 2020 at 4:13 AM Jens Gustedt via Liaison &lt;<a href="mailto:liaison@lists.isocpp.org">liaison@lists.isocpp.org</a>&gt; 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">For C++ this is probably different because people are not supposed to<br>
use `malloc` but `new` which launches a constructor, but at the<br>
extreme you still have the same or similar rules, if I remember<br>
correctly.<br></blockquote><div>In C++20, `malloc` now grants the ability for an initial type (for some types) to be acquired later. A member access is sufficient in the C++ model for the entire object to need to exist (thus affecting the initial type if that does not conflict with previous accesses to the storage).<br></div></div></div>

