File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4692
4692
\rSec 3[thread.condition.condvarany.general]{General}
4693
4693
4694
4694
\pnum
4695
- A \tcode {Lock} type shall meet the \oldconcept {BasicLockable}
4695
+ In this subclause \ref {thread.condition.condvarany },
4696
+ template arguments for template parameters named \tcode {Lock}
4697
+ shall meet the \oldconcept {Basic\- Lockable}
4696
4698
requirements\iref {thread.req.lockable.basic }.
4697
4699
\begin {note }
4698
4700
All of the standard
4699
- mutex types meet this requirement. If a \tcode {Lock} type other than one of the
4701
+ mutex types meet this requirement. If a type other than one of the
4700
4702
standard mutex types or a \tcode {unique_lock} wrapper for a standard mutex type
4701
4703
is used with \tcode {condition_variable_any}, any
4702
4704
necessary synchronization is assumed to be in place with respect to the predicate associated
You can’t perform that action at this time.
0 commit comments