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 cdac01f commit 0e10680Copy full SHA for 0e10680
libcxx/include/__tree
@@ -560,7 +560,7 @@ public:
560
using pointer = _Pointer;
561
pointer __left_;
562
563
- _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_end_node() _NOEXCEPT : __left_(nullptr) {}
+ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_end_node() _NOEXCEPT : __left_() {}
564
};
565
566
template <class _VoidPtr>
0 commit comments