Skip to content

Commit 0918363

Browse files
committed
[unique.ptr.general] Delete note listing unique_ptr use cases
1 parent a470ff8 commit 0918363

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/memory.tex

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,15 +1922,6 @@
19221922
\oldconcept{CopyConstructible} nor \oldconcept{CopyAssignable}.
19231923
The template parameter \tcode{T} of \tcode{unique_ptr} may be an incomplete type.
19241924

1925-
\pnum
1926-
\begin{note}
1927-
The uses
1928-
of \tcode{unique_ptr} include providing exception safety for
1929-
dynamically allocated memory, passing ownership of dynamically allocated
1930-
memory to a function, and returning dynamically allocated memory from a
1931-
function.
1932-
\end{note}
1933-
19341925
\rSec3[unique.ptr.dltr]{Default deleters}
19351926

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

0 commit comments

Comments
 (0)