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

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 30 12:47:22 PDT 2016


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?

Joerg


More information about the cfe-commits mailing list