Skip to content

Commit

Permalink
[thread.lock.unique.general] Remove extraneous space in `operator boo…
Browse files Browse the repository at this point in the history
…l ()` declaration (cplusplus#7384)
  • Loading branch information
CaseyCarter authored Nov 13, 2024
1 parent 13ba96c commit a47b0bf
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 @@ -7588,7 +7588,7 @@

// \ref{thread.lock.unique.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 a47b0bf

Please sign in to comment.