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 8ecbbb5 commit 2f2bec2Copy full SHA for 2f2bec2
libcxx/include/__tree
@@ -647,7 +647,7 @@ public:
647
bool __value_constructed;
648
649
_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_node_destructor(const __tree_node_destructor&) = default;
650
- _LIBCPP_CONSTEXPR_SINCE_CXX26 __tree_node_destructor& operator=(const __tree_node_destructor&) = delete;
+ __tree_node_destructor& operator=(const __tree_node_destructor&) = delete;
651
652
_LIBCPP_HIDE_FROM_ABI
653
_LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node_destructor(allocator_type& __na, bool __val = false) _NOEXCEPT
0 commit comments