Skip to content

Commit

Permalink
[unique.ptr.general] Delete note listing unique_ptr use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Oct 20, 2024
1 parent a470ff8 commit 0918363
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1922,15 +1922,6 @@
\oldconcept{CopyConstructible} nor \oldconcept{CopyAssignable}.
The template parameter \tcode{T} of \tcode{unique_ptr} may be an incomplete type.

\pnum
\begin{note}
The uses
of \tcode{unique_ptr} include providing exception safety for
dynamically allocated memory, passing ownership of dynamically allocated
memory to a function, and returning dynamically allocated memory from a
function.
\end{note}

\rSec3[unique.ptr.dltr]{Default deleters}

\rSec4[unique.ptr.dltr.general]{General}
Expand Down

0 comments on commit 0918363

Please sign in to comment.