Skip to content

Commit 0e10680

Browse files
unrelated defaulting
1 parent cdac01f commit 0e10680

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_(nullptr) {}
563+
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_end_node() _NOEXCEPT : __left_() {}
564564
};
565565

566566
template <class _VoidPtr>

0 commit comments

Comments
 (0)