We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73c71e commit 2a8b861Copy full SHA for 2a8b861
source/memory.tex
@@ -2088,7 +2088,7 @@
2088
A program that instantiates the definition of \tcode{unique_ptr<T, D>}
2089
is ill-formed if \tcode{T*} is an invalid type.
2090
\begin{note}
2091
-This prevents the intantiation of specializations such as
+This prevents the instantiation of specializations such as
2092
\tcode{unique_ptr<T\&, D>} and \tcode{unique_ptr<int() const, D>}.
2093
\end{note}
2094
0 commit comments