Revert "Added 'inline' attribute to basic_string's destructor"

This reverts commit r285456, which broke LTO bootstrap on Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285485 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mehdi Amini
2016-10-29 00:50:02 +00:00
parent 8ea5d87500
commit ff8cce45f4

View File

@@ -806,7 +806,6 @@ public:
basic_string(initializer_list<value_type> __il, const allocator_type& __a);
#endif // _LIBCPP_HAS_NO_GENERALIZED_INITIALIZERS
inline _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY
~basic_string();
_LIBCPP_INLINE_VISIBILITY