Skip to content

Commit 5a5295d

Browse files
authored
[index] Add missing entries for Cpp17 concepts (#6940)
1 parent e572580 commit 5a5295d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,12 +1863,12 @@
18631863
swappable with any rvalue or lvalue, respectively, of type \tcode{T}.
18641864

18651865
\pnum
1866-
A type \tcode{X} meets the \oldconcept{Swappable} requirements
1866+
A type \tcode{X} meets the \defnoldconcept{Swappable} requirements
18671867
if lvalues of type \tcode{X} are swappable.
18681868

18691869
\pnum
18701870
A type \tcode{X} meeting any of the iterator requirements\iref{iterator.requirements}
1871-
meets the \oldconcept{ValueSwappable} requirements if,
1871+
meets the \defnoldconcept{ValueSwappable} requirements if,
18721872
for any dereferenceable object
18731873
\tcode{x} of type \tcode{X},
18741874
\tcode{*x} is swappable.

source/threads.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
\rSec3[thread.req.lockable.basic]{\oldconcept{BasicLockable} requirements}
231231

232232
\pnum
233-
A type \tcode{L} meets the \oldconcept{BasicLockable} requirements if the following expressions are
233+
A type \tcode{L} meets the \defnoldconcept{BasicLockable} requirements if the following expressions are
234234
well-formed and have the specified semantics (\tcode{m} denotes a value of type \tcode{L}).
235235

236236
\begin{itemdecl}
@@ -266,7 +266,7 @@
266266
\rSec3[thread.req.lockable.req]{\oldconcept{Lockable} requirements}
267267

268268
\pnum
269-
A type \tcode{L} meets the \oldconcept{Lockable} requirements if it meets the \oldconcept{BasicLockable}
269+
A type \tcode{L} meets the \defnoldconcept{Lockable} requirements if it meets the \oldconcept{BasicLockable}
270270
requirements and the following expressions are well-formed and have the specified semantics
271271
(\tcode{m} denotes a value of type \tcode{L}).
272272

@@ -291,7 +291,7 @@
291291
\rSec3[thread.req.lockable.timed]{\oldconcept{TimedLockable} requirements}
292292

293293
\pnum
294-
A type \tcode{L} meets the \oldconcept{TimedLockable} requirements if it meets the \oldconcept{Lockable}
294+
A type \tcode{L} meets the \defnoldconcept{TimedLockable} requirements if it meets the \oldconcept{Lockable}
295295
requirements and the following expressions are well-formed and have the specified semantics
296296
(\tcode{m} denotes a value of type \tcode{L}, \tcode{rel_time} denotes a value of an
297297
instantiation of \tcode{duration}\iref{time.duration}, and \tcode{abs_time} denotes a value
@@ -342,7 +342,7 @@
342342
\rSec3[thread.req.lockable.shared]{\oldconcept{SharedLockable} requirements}
343343

344344
\pnum
345-
A type \tcode{L} meets the \oldconcept{SharedLockable} requirements if
345+
A type \tcode{L} meets the \defnoldconcept{SharedLockable} requirements if
346346
the following expressions are well-formed, have the specified semantics, and
347347
the expression \tcode{m.try_lock_shared()} has type \tcode{bool}
348348
(\tcode{m} denotes a value of type \tcode{L}):
@@ -396,7 +396,7 @@
396396
\rSec3[thread.req.lockable.shared.timed]{\oldconcept{SharedTimedLockable} requirements}
397397

398398
\pnum
399-
A type \tcode{L} meets the \oldconcept{SharedTimedLockable} requirements if
399+
A type \tcode{L} meets the \defnoldconcept{SharedTimedLockable} requirements if
400400
it meets the \oldconcept{SharedLockable} requirements, and
401401
the following expressions are well-formed, have type \tcode{bool}, and
402402
have the specified semantics

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
\end{note}
10371037

10381038
\pnum
1039-
A type \tcode{TC} meets the \oldconcept{TrivialClock} requirements if:
1039+
A type \tcode{TC} meets the \defnoldconcept{TrivialClock} requirements if:
10401040
\begin{itemize}
10411041
\item
10421042
\tcode{TC} meets the \oldconcept{Clock} requirements,

0 commit comments

Comments
 (0)