[PATCH] D22834: Added 'inline' attribute to basic_string's destructor

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 04:52:45 PDT 2016


On Sat, Jul 30, 2016 at 12:47 PM, Joerg Sonnenberger via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> On Tue, Jul 26, 2016 at 10:30:22PM +0000, Laxman Sole via cfe-commits
> wrote:
> > Currently basic_string's destructor is not getting inlined. So adding
> 'inline' attribute to ~basic_string().
>
> Does this change the ABI?
>
>
That would be a concern for me.
Not an AbI change, really but existing programs expect the dtor to exist in
the dylib.

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160802/e1076bb0/attachment.html>


More information about the cfe-commits mailing list