Skip to content

Commit e1c18ba

Browse files
jensmaurertkoeppe
authored andcommitted
[hive.cons] Fix condition in move-assignment complexity
1 parent 596982e commit e1c18ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8435,7 +8435,7 @@
84358435
(allocator_traits<Allocator>::propagate_on_container_move_assignment::value ||
84368436
get_allocator() == x.get_allocator())
84378437
\end{codeblock}
8438-
is \tcode{true}, also linear in \tcode{x.size()}.
8438+
is \tcode{false}, also linear in \tcode{x.size()}.
84398439
\end{itemdescr}
84408440

84418441
\rSec3[hive.capacity]{Capacity}

0 commit comments

Comments
 (0)