From 091836390dd0c26b30b69bb28870e83f5721ebd5 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 20 Oct 2024 19:03:14 +0200 Subject: [PATCH] [unique.ptr.general] Delete note listing unique_ptr use cases --- source/memory.tex | 9 --------- 1 file changed, 9 deletions(-) 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}