<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Jul 30, 2016 at 12:47 PM, Joerg Sonnenberger via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Jul 26, 2016 at 10:30:22PM +0000, Laxman Sole via cfe-commits wrote:<br>
> Currently basic_string's destructor is not getting inlined. So adding 'inline' attribute to ~basic_string().<br>
<br>
</span>Does this change the ABI?<br><br></blockquote><div><br></div><div>That would be a concern for me.</div><div>Not an AbI change, really but existing programs expect the dtor to exist in the dylib.</div><div><br></div><div>-- Marshall</div><div><br></div></div></div></div>