Skip to content

Commit

Permalink
[diff.cpp20.utilities] Replace "." with ";" in codeblock in wording for
Browse files Browse the repository at this point in the history
  • Loading branch information
burblebee authored and tkoeppe committed Mar 7, 2023
1 parent 074f1f8 commit e098e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compatibility.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
\change
Removed the \tcode{formatter} specialization
\begin{codeblock}
template<size_t N> struct formatter<const charT[N], charT>.
template<size_t N> struct formatter<const charT[N], charT>;
\end{codeblock}
\rationale
The specialization is inconsistent with the design of \tcode{formatter},
Expand Down

0 comments on commit e098e10

Please sign in to comment.