We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f7e96 commit 1117568Copy full SHA for 1117568
libcxx/include/__vector/vector.h
@@ -84,9 +84,6 @@ _LIBCPP_BEGIN_NAMESPACE_STD
84
85
template <class _Tp, class _Allocator /* = allocator<_Tp> */>
86
class _LIBCPP_TEMPLATE_VIS vector {
87
-private:
88
- typedef allocator<_Tp> __default_allocator_type;
89
-
90
public:
91
//
92
// Types
libcxx/include/string
@@ -763,9 +763,6 @@ struct __padding<0> {};
763
764
template <class _CharT, class _Traits, class _Allocator>
765
class basic_string {
766
767
- using __default_allocator_type _LIBCPP_NODEBUG = allocator<_CharT>;
768
769
770
typedef basic_string __self;
771
typedef basic_string_view<_CharT, _Traits> __self_view;
0 commit comments