Skip to content

Commit 9356bb2

Browse files
value_comp bad merge
1 parent 72912ac commit 9356bb2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libcxx/include/__tree

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -914,13 +914,6 @@ private:
914914
return __begin_node_;
915915
}
916916

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-
924917
public:
925918
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __node_pointer __root() const _NOEXCEPT {
926919
return std::__static_fancy_pointer_cast<__node_pointer>(__end_node()->__left_);

0 commit comments

Comments
 (0)