Skip to content

Commit a47b0bf

Browse files
authored
[thread.lock.unique.general] Remove extraneous space in operator bool () declaration (#7384)
1 parent 13ba96c commit a47b0bf

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
@@ -7588,7 +7588,7 @@
75887588

75897589
// \ref{thread.lock.unique.obs}, observers
75907590
bool owns_lock() const noexcept;
7591-
explicit operator bool () const noexcept;
7591+
explicit operator bool() const noexcept;
75927592
mutex_type* mutex() const noexcept;
75937593

75947594
private:

0 commit comments

Comments
 (0)