Skip to content

Commit 6ea1fa4

Browse files
languagelawyerzygoloid
authored andcommitted
[temp.over] Fix example
1 parent 78534e3 commit 6ea1fa4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/templates.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9291,9 +9291,8 @@
92919291
\tcode{f}
92929292
is only declared and not defined at the point of the call.
92939293
The program will be ill-formed unless a specialization for
9294-
\tcode{f<const char*>},
9295-
either implicitly or explicitly generated,
9296-
is present in some translation unit.
9294+
\tcode{f<const char*>}
9295+
is explicitly instantiated in some translation unit\iref{temp.pre}.
92979296
\end{example}
92989297

92999298
\indextext{template|)}

0 commit comments

Comments
 (0)