diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-10-14 04:21:24 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-10-14 04:21:24 +0000 |
commit | e9c4ddbfb550eeec6f3c9ef03f4c54369cae8fac (patch) | |
tree | b30c781c85ff979d5a7fb09579c5516fdbeb52b7 /libcxx/src/string.cpp | |
parent | 94b5f18fa48fe54261f9b2e62ac03353728d38f6 (diff) | |
download | bcm5719-llvm-e9c4ddbfb550eeec6f3c9ef03f4c54369cae8fac.tar.gz bcm5719-llvm-e9c4ddbfb550eeec6f3c9ef03f4c54369cae8fac.zip |
Revert r284193 - it is not correct on OS X
llvm-svn: 284194
Diffstat (limited to 'libcxx/src/string.cpp')
-rw-r--r-- | libcxx/src/string.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/src/string.cpp b/libcxx/src/string.cpp index 3abcf31591b..cd644330b3a 100644 --- a/libcxx/src/string.cpp +++ b/libcxx/src/string.cpp @@ -25,9 +25,6 @@ template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS __basic_string_common<tr template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<char>; template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS basic_string<wchar_t>; -template void string::__init(const char*, const char*); -template void wstring::__init(const wchar_t*, const wchar_t*); - template string operator+<char, char_traits<char>, allocator<char> >(char const*, string const&); |