From f5d92e586b443f288db8b1795ea524419625aa12 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 11 Feb 2025 08:56:03 +0100 Subject: [PATCH] [thread.thread.id] Remove extraneous space in `operator<<` declaration --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 529ad96370..b5a8a0eb89 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -1587,7 +1587,7 @@ \begin{itemdecl} template basic_ostream& - operator<< (basic_ostream& out, thread::id id); + operator<<(basic_ostream& out, thread::id id); \end{itemdecl} \begin{itemdescr}