Skip to content

Commit 8d08440

Browse files
Andreas-Krugjwakely
authored andcommitted
[thread.lock.shared.general] Remove extraneous space in operator bool () declaration
1 parent a47b0bf commit 8d08440

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
@@ -8079,7 +8079,7 @@
80798079

80808080
// \ref{thread.lock.shared.obs}, observers
80818081
bool owns_lock() const noexcept;
8082-
explicit operator bool () const noexcept;
8082+
explicit operator bool() const noexcept;
80838083
mutex_type* mutex() const noexcept;
80848084

80858085
private:

0 commit comments

Comments
 (0)