Skip to content

Commit 76b2c46

Browse files
lprvtkoeppe
authored andcommitted
[tab:cpp17.destructible] Use the correct placeholder in requirement
1 parent 7693f86 commit 76b2c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@
19141914
{p{1in}p{4.15in}}
19151915
\topline
19161916
\hdstyle{Expression} & \hdstyle{Post-condition} \\ \capsep
1917-
\tcode{u.\~T()} & All resources owned by \tcode{u} are reclaimed, no exception is propagated. \\ \rowsep
1917+
\tcode{a.\~T()} & All resources owned by \tcode{a} are reclaimed, no exception is propagated. \\ \rowsep
19181918
\multicolumn{2}{|l|}{
19191919
\begin{tailnote}
19201920
Array types and non-object types are not \oldconcept{Destructible}.

0 commit comments

Comments
 (0)