File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -887,9 +887,6 @@ public:
887
887
return __node_alloc_;
888
888
}
889
889
890
- private:
891
- _LIBCPP_HIDE_FROM_ABI const __node_allocator& __node_alloc () const _NOEXCEPT { return __node_alloc_; }
892
-
893
890
public:
894
891
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 allocator_type __alloc () const _NOEXCEPT {
895
892
return allocator_type (__node_alloc ());
@@ -917,16 +914,8 @@ private:
917
914
return __begin_node_;
918
915
}
919
916
920
- public:
921
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 allocator_type __alloc () const _NOEXCEPT {
922
- return allocator_type (__node_alloc ());
923
- }
924
-
925
- private:
926
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 size_type& size () _NOEXCEPT { return __size_; }
927
917
928
918
public:
929
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const size_type& size () const _NOEXCEPT { return __size_; }
930
919
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 value_compare& value_comp () _NOEXCEPT { return __value_comp_; }
931
920
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const value_compare& value_comp () const _NOEXCEPT {
932
921
return __value_comp_;
You can’t perform that action at this time.
0 commit comments