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 72912ac commit 9356bb2Copy full SHA for 9356bb2
libcxx/include/__tree
@@ -914,13 +914,6 @@ private:
914
return __begin_node_;
915
}
916
917
-
918
-public:
919
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 value_compare& value_comp() _NOEXCEPT { return __value_comp_; }
920
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 const value_compare& value_comp() const _NOEXCEPT {
921
- return __value_comp_;
922
- }
923
924
public:
925
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer __root() const _NOEXCEPT {
926
return std::__static_fancy_pointer_cast<__node_pointer>(__end_node()->__left_);
0 commit comments