summaryrefslogtreecommitdiffstats
path: root/libcxx/include
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-14 05:29:46 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-14 05:29:46 +0000
commit35355bb896a4b34c570fb9878401246725038c3f (patch)
tree4b0810d655a69fe74e41ad9288f09cfe31731bb0 /libcxx/include
parent5182ba5a9f918e3c44c383991b8f3b5de3565420 (diff)
downloadbcm5719-llvm-35355bb896a4b34c570fb9878401246725038c3f.tar.gz
bcm5719-llvm-35355bb896a4b34c570fb9878401246725038c3f.zip
Remove two ABI symbols added after the 3.9 release
llvm-svn: 284200
Diffstat (limited to 'libcxx/include')
-rw-r--r--libcxx/include/string1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/string b/libcxx/include/string
index 3ffe74d3232..b56ab384b5d 100644
--- a/libcxx/include/string
+++ b/libcxx/include/string
@@ -1174,6 +1174,7 @@ public:
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,
OpenPOWER on IntegriCloud