Created on 2009-04-28.00:00:00 last changed 171 months ago
Proposed resolution:
Change [algorithms.syn] and [includes]:
template<InputIterator Iter1, InputIterator Iter2,typenameCopyConstructible Compare> requires Predicate<Compare, Iter1::value_type, Iter2::value_type> && Predicate<Compare, Iter2::value_type, Iter1::value_type> bool includes(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2, Compare comp);
[ Batavia (2009-05): ]
We agree with the proposed resolution. Move to NAD Editorial.
All the set operation algorithms require a CopyConstructible predicate, with the exception of std::includes. This looks like a typo as much as anything, given the general library requirement that predicates are copy constructible, and wording style of other set-like operations.
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg762 |
2010-10-21 18:28:33 | admin | set | messages: + msg761 |
2009-04-28 00:00:00 | admin | create |