Skip to content

Commit fb02776

Browse files
authored
[semaphore.syn] Add binary_semaphore to index (#6781)
1 parent 30debb0 commit fb02776

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
@@ -9262,7 +9262,7 @@
92629262
template<ptrdiff_t least_max_value = @\impdef@>
92639263
class counting_semaphore;
92649264

9265-
using binary_semaphore = counting_semaphore<1>;
9265+
using @\libglobal{binary_semaphore}@ = counting_semaphore<1>;
92669266
}
92679267
\end{codeblock}
92689268

0 commit comments

Comments
 (0)