diff --git a/source/memory.tex b/source/memory.tex index 3a005667b7..731a236fba 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -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}