Re: [libcxx] r280944 - Added 'inline' attribute to basic_string's destructor

2016-09-14 Thread Eric Fiselier via cfe-commits
FYI I had to revert this in r281562 because of: * http://llvm.org/PR30341 which breaks the LLVM build. * http://llvm.org/PR30391 which breaks ABI compatibility when libc++.so is compiled with GCC. I'm working on fixing these issues so that this patch may be recommitted. The GCC issue also made wo

[libcxx] r280944 - Added 'inline' attribute to basic_string's destructor

2016-09-08 Thread Aditya Kumar via cfe-commits
Author: hiraditya Date: Thu Sep 8 09:31:44 2016 New Revision: 280944 URL: http://llvm.org/viewvc/llvm-project?rev=280944&view=rev Log: Added 'inline' attribute to basic_string's destructor Author: laxmansole Reviewers: howard.hinnant mclow.lists Subscribers: EricWF, flyingforyou, eva