Skip to content

Commit f930ce8

Browse files
Eelistkoeppe
authored andcommitted
[lex.ext] Simplify use of \placeholder. (cplusplus#4091)
1 parent 9808d67 commit f930ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@
19151915
If \placeholder{S} contains a raw literal operator,
19161916
the literal \placeholder{L} is treated as a call of the form
19171917
\begin{codeblock}
1918-
operator "" @\placeholder{X}@(@"\placeholder{n}{"}@)
1918+
operator "" @\placeholder{X}@("@\placeholder{n}@")
19191919
\end{codeblock}
19201920
Otherwise (\placeholder{S} contains a numeric literal operator template),
19211921
\placeholder{L} is treated as a call of the form
@@ -1941,7 +1941,7 @@
19411941
If \placeholder{S} contains a raw literal operator,
19421942
the \grammarterm{literal} \placeholder{L} is treated as a call of the form
19431943
\begin{codeblock}
1944-
operator "" @\placeholder{X}@(@"\placeholder{f}{"}@)
1944+
operator "" @\placeholder{X}@("@\placeholder{f}@")
19451945
\end{codeblock}
19461946
Otherwise (\placeholder{S} contains a numeric literal operator template),
19471947
\placeholder{L} is treated as a call of the form

0 commit comments

Comments
 (0)