Skip to content

Commit c7307a8

Browse files
undo previous
1 parent 0e10680 commit c7307a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ public:
560560
using pointer = _Pointer;
561561
pointer __left_;
562562

563-
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_end_node() _NOEXCEPT : __left_() {}
563+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_end_node() _NOEXCEPT : __left_(nullptr) {}
564564
};
565565

566566
template <class _VoidPtr>

0 commit comments

Comments
 (0)