Skip to content

Commit

Permalink
[thread.lock.shared.general] Remove extraneous space in `operator boo…
Browse files Browse the repository at this point in the history
…l ()` declaration
  • Loading branch information
Andreas-Krug authored and jwakely committed Nov 13, 2024
1 parent a47b0bf commit 8d08440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/threads.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d08440

Please sign in to comment.