Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buggy footnote in [type.descriptions.general] #455

Closed
timsong-cpp opened this issue Mar 14, 2015 · 2 comments
Closed

Buggy footnote in [type.descriptions.general] #455

timsong-cpp opened this issue Mar 14, 2015 · 2 comments
Assignees

Comments

@timsong-cpp
Copy link
Contributor

Footnote 165 in [type.descriptions.general] says

  1. Examples from 17.6.3 include: EqualityComparable, LessThanComparable, CopyConstructible. Examples from 24.2 include: InputIterator, ForwardIterator, Function, Predicate.

But 24.2 [iterator.requirements] says nothing about Function or Predicate. The latter is described in 25.1 [algorithms.general]; the former isn't defined at all in the standard.

@AlisdairM
Copy link
Contributor

Just stumbled over the same issue researching the specification of 'Predicate'. Would the best solution be to find a wording that does not make specific cross-references?

@jensmaurer
Copy link
Member

I'm doing the isolated fix here. This is a footnote giving a list of examples, so there is no need to be exhaustive here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants