mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
typo repaired
This commit is contained in:
parent
151cc39db6
commit
b56ad422f7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ Condition variables come in two flavors: objects of the class
|
|||
with objects of type tt(unique_lock<mutex>). This combination allows
|
||||
optimizations resulting in an increased efficiency compared to the efficiency
|
||||
that can be obtained with objects of the class
|
||||
hi(condition_variable_any)tt(stdLLcondition_variable_any) that can be used
|
||||
hi(condition_variable_any)tt(std::condition_variable_any) that can be used
|
||||
with any (e.g., user-supplied) lock types.
|
||||
|
||||
The condition variable classes offer members like tt(wait, wait_for,
|
||||
|
|
Loading…
Reference in a new issue