Skip to content

Commit

Permalink
[support.initlist] "initializer list" should be "initializer_list" (#…
Browse files Browse the repository at this point in the history
…6680)

This note is talking about the class type, not the grammatical construct.
  • Loading branch information
Quuxplusone committed May 21, 2024
1 parent bbac8a9 commit ad37b86
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 @@ -4139,7 +4139,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 ad37b86

Please sign in to comment.