Skip to content

Commit

Permalink
[support.initlist] Teletype font for initializer_list
Browse files Browse the repository at this point in the history
This note is talking about the class type, not the grammatical construct,
so it should say `initializer_list`.
  • Loading branch information
Quuxplusone committed Nov 13, 2023
1 parent 38dfe3d commit 8298588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4117,7 +4117,7 @@
A pair of pointers or a pointer plus
a length would be obvious representations for \tcode{initializer_list}.
\tcode{initializer_list} is used to implement initializer lists as specified
in~\ref{dcl.init.list}. Copying an initializer list does not copy the underlying
in~\ref{dcl.init.list}. Copying an \tcode{initializer_list} does not copy the underlying
elements.
\end{note}

Expand Down

0 comments on commit 8298588

Please sign in to comment.