Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6258,8 +6258,6 @@
%FIXME: Concept "allocator needs updating" not defined/referenced.
%FIXME: Same for all usages below.
the allocator in \tcode{other} if the allocator needs updating.

\item
The previously owned object in \tcode{*this}, if any,
is destroyed using \tcode{allocator_traits<Allocator>::\linebreak{}destroy} and
then the storage is deallocated.
Expand Down Expand Up @@ -6336,8 +6334,6 @@
the allocator in \tcode{*this} or
the allocator in \tcode{other}
if the allocator needs updating.

\item
The previously owned object in \tcode{*this}, if any,
is destroyed using \tcode{allocator_traits<Allocator>::\linebreak{}destroy} and
then the storage is deallocated.
Expand Down Expand Up @@ -7115,8 +7111,6 @@
the owned object from \tcode{other} as the argument, using either
the allocator in \tcode{*this} or
the allocator in \tcode{other} if the allocator needs updating.

\item
The previously owned object in \tcode{*this}, if any,
is destroyed using \tcode{allocator_traits<Allocator>::\linebreak{}destroy} and
then the storage is deallocated.
Expand Down Expand Up @@ -7179,8 +7173,6 @@
the owned object from \tcode{other} as the argument as an rvalue,
using either the allocator in \tcode{*this} or
the allocator in \tcode{other} if the allocator needs updating.

\item
The previously owned object in \tcode{*this}, if any,
is destroyed using \tcode{allocator_traits<Allocator>::\linebreak{}destroy} and
then the storage is deallocated.
Expand Down
Loading