Skip to content

Commit 052eab4

Browse files
burblebeetkoeppe
authored andcommitted
[diff.cpp20.utilities] Clean up codeblock after sentence for LWG3833.
Replaces "." with ";" in codeblock in wording, and terminate the sentence before the codeblock with ":".
1 parent 8160812 commit 052eab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/compatibility.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@
251251

252252
\diffref{format.formatter.spec}
253253
\change
254-
Removed the \tcode{formatter} specialization
254+
Removed the \tcode{formatter} specialization:
255255
\begin{codeblock}
256-
template<size_t N> struct formatter<const charT[N], charT>.
256+
template<size_t N> struct formatter<const charT[N], charT>;
257257
\end{codeblock}
258258
\rationale
259259
The specialization is inconsistent with the design of \tcode{formatter},

0 commit comments

Comments
 (0)