commit | b9e6e8972a521e72192f370bb1ca98cbddee6a00 | [log] [tgz] |
---|---|---|
author | Aditya Kumar <hiraditya@msn.com> | Thu Sep 08 14:31:44 2016 +0000 |
committer | Aditya Kumar <hiraditya@msn.com> | Thu Sep 08 14:31:44 2016 +0000 |
tree | b577f571d2deabecdd14ab74344ea3fe5a7d493e | |
parent | 3a3836f6bcf27ec5a693c360d26d42824ab2c0f3 [diff] |
Added 'inline' attribute to basic_string's destructor Author: laxmansole Reviewers: howard.hinnant mclow.lists Subscribers: EricWF, flyingforyou, evandro Differential Revision: https://reviews.llvm.org/D22834 Currently basic_string's destructor is not getting inlined. So adding 'inline' attribute to ~basic_string(). Worked in collaboration with Aditya Kumar. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@280944 91177308-0d34-0410-b5e6-96231b3b80d8