Remove two ABI symbols added after the 3.9 release
llvm-svn: 284200
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 35355bb896a4b34c570fb9878401246725038c3f
diff --git a/include/string b/include/string
index 3ffe74d..b56ab38 100644
--- a/include/string
+++ b/include/string
@@ -1174,6 +1174,7 @@
int compare(size_type __pos1, size_type __n1, const basic_string& __str) const;
int compare(size_type __pos1, size_type __n1, const basic_string& __str, size_type __pos2, size_type __n2=npos) const;
template <class _Tp>
+ inline _LIBCPP_INLINE_VISIBILITY
typename enable_if
<
__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value,