瀏覽代碼

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
Mehdi Amini 8 年之前
父節點
當前提交
ff8cce45f4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/string

+ 0 - 1
include/string

@@ -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