summaryrefslogtreecommitdiffstats
path: root/libcxx/include/string
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/string')
-rw-r--r--libcxx/include/string4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/string b/libcxx/include/string
index 92f0ed19f77..469e3dd507b 100644
--- a/libcxx/include/string
+++ b/libcxx/include/string
@@ -3641,10 +3641,6 @@ swap(basic_string<_CharT, _Traits, _Allocator>& __lhs, basic_string<_CharT, _Tra
__lhs.swap(__rhs);
}
-template<class _CharT, class _Traits, class _Allocator>
-struct __is_zero_default_constructible<basic_string<_CharT, _Traits, _Allocator> >
- : public integral_constant<bool, __is_zero_default_constructible<_Allocator>::value> {};
-
#ifndef _LIBCPP_HAS_NO_UNICODE_CHARS
typedef basic_string<char16_t> u16string;
OpenPOWER on IntegriCloud