Skip to content

Commit 2f2bec2

Browse files
Unnecessary annotation on deleted function
1 parent 8ecbbb5 commit 2f2bec2

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
@@ -647,7 +647,7 @@ public:
647647
bool __value_constructed;
648648

649649
_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;
650+
__tree_node_destructor& operator=(const __tree_node_destructor&) = delete;
651651

652652
_LIBCPP_HIDE_FROM_ABI
653653
_LIBCPP_CONSTEXPR_SINCE_CXX26 explicit __tree_node_destructor(allocator_type& __na, bool __val = false) _NOEXCEPT

0 commit comments

Comments
 (0)