Skip to content

Commit 88ebe67

Browse files
committed
[hive.cons] Fix condition in move-assignment complexity
1 parent 84239c3 commit 88ebe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8340,7 +8340,7 @@
83408340
(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
83418341
get_allocator() == x.get_allocator())
83428342
\end{codeblock}
8343-
is \tcode{true}, also linear in \tcode{x.size()}.
8343+
is \tcode{false}, also linear in \tcode{x.size()}.
83448344
\end{itemdescr}
83458345

83468346
\rSec3[hive.capacity]{Capacity}

0 commit comments

Comments
 (0)