From 8d084406ef9d48426cdd210287ea8b485b5721db Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:33:59 +0100 Subject: [PATCH] [thread.lock.shared.general] Remove extraneous space in `operator bool ()` declaration --- source/threads.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/threads.tex b/source/threads.tex index 7925987968..ba8ddf5ea8 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -8079,7 +8079,7 @@ // \ref{thread.lock.shared.obs}, observers bool owns_lock() const noexcept; - explicit operator bool () const noexcept; + explicit operator bool() const noexcept; mutex_type* mutex() const noexcept; private: