Skip to content

Commit 16e5d80

Browse files
jensmaurertkoeppe
authored andcommitted
[type.descriptions.general] Remove reference to undefined library concepts. (#1023)
Fixes #455.
1 parent 39f748e commit 16e5d80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,7 @@
570570
\tcode{CopyConstructible}.
571571
Examples from~\ref{iterator.requirements} include:
572572
\tcode{InputIterator},
573-
\tcode{ForwardIterator},
574-
\tcode{Function},
575-
\tcode{Predicate}.}
573+
\tcode{ForwardIterator}.}
576574
These names are used in library Clauses
577575
to describe the types that
578576
may be supplied as arguments by a \Cpp program when instantiating template components from

0 commit comments

Comments
 (0)