Skip to content

Commit 43cbb72

Browse files
committed
Fix missing code font
Fix decay-copy not in code font.
1 parent 4328c2b commit 43cbb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papers/P2988/optional_range_optimization.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ \chapter{Wording}
307307
then \tcode{E.base()}.
308308
\begin{addedblock}
309309
\item
310-
Otherwise, if \tcode{E} is specialization of \tcode{optional} and \tcode{E} models \tcode{view}, then \placeholdernc{decay-copy}(E).
310+
Otherwise, if \tcode{E} is specialization of \tcode{optional} and \tcode{E} models \tcode{view}, then \tcode{\placeholdernc{decay-copy}(E)}.
311311
\end{addedblock}
312312
\item
313313
Otherwise, if the type of \tcode{E} is \cv{} \tcode{subrange<reverse_iterator<I>, reverse_iterator<I>, K>}

0 commit comments

Comments
 (0)