Skip to content

Commit 23d5790

Browse files
committed
[temp.deduct.call] Make sure that when math superscript is suffixed to \texttt, the \texttt itself is included in the formula passed to MathJax.
Otherwise cxxdraft-htmlgen passes a lone math superscript to MathJax and then applies our own \texttt styling to the result, which produces a different result from letting MathJax render and style the whole thing.
1 parent 5a6e6f7 commit 23d5790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7508,7 +7508,7 @@
75087508
\tcode{A})
75097509
as described below.
75107510
If removing references and cv-qualifiers from \tcode{P} gives
7511-
\tcode{std::initializer_list<P$^{\prime}$>}
7511+
$\tcode{std::initializer_list<P}^{\prime}\tcode{>}$
75127512
or $\tcode{P}'\tcode{[N]}$
75137513
for some $\tcode{P}'$ and \tcode{N} and the
75147514
argument is a non-empty initializer list\iref{dcl.init.list}, then deduction is

0 commit comments

Comments
 (0)