File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -870,26 +870,9 @@ public:
870
870
return __value_comp_;
871
871
}
872
872
873
- private:
874
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const __node_allocator& __node_alloc () const _NOEXCEPT {
875
- return __node_alloc_;
876
- }
877
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __end_node_pointer& __begin_node () _NOEXCEPT {
878
- return __begin_node_;
879
- }
880
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const __end_node_pointer& __begin_node () const _NOEXCEPT {
881
- return __begin_node_;
882
- }
883
-
884
873
public:
885
874
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer __root () const _NOEXCEPT {
886
- // double t = __end_node()->__left_;
887
- // using __ptr_traits = pointer_traits<__node_pointer>;
888
- // using __element_type = typename __ptr_traits::element_type;
889
- // typename __element_type_type x{};
890
- // double t = x;
891
875
return std::__static_fancy_pointer_cast<__node_pointer>(__end_node ()->__left_ );
892
- // return static_cast<__node_pointer>(__end_node()->__left_);
893
876
}
894
877
895
878
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_base_pointer* __root_ptr () const _NOEXCEPT {
You can’t perform that action at this time.
0 commit comments