Skip to content

Commit 5b767b9

Browse files
burblebeetkoeppe
authored andcommitted
[thread.thread.id] Use struct instead of class for the formatter<thread::id, charT> specialization added in P2693R1
1 parent f76a597 commit 5b767b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305

13061306
\indexlibrary{\idxcode{formatter}!specializations!\idxcode{thread::id}}%
13071307
\begin{itemdecl}
1308-
template<class charT> class formatter<thread::id, charT>;
1308+
template<class charT> struct formatter<thread::id, charT>;
13091309
\end{itemdecl}
13101310

13111311
\begin{itemdescr}

0 commit comments

Comments
 (0)