Title
mismatch()'s complexity needs to be updated
Status
c++17
Section
[mismatch]
Submitter
Stephan T. Lavavej

Created on 2014-06-14.00:00:00 last changed 81 months ago

Messages

Date: 2014-06-16.23:45:18

Proposed resolution:

This wording is relative to N3936.

  1. Change [mismatch] p3 as indicated:

    -3- Complexity: At most min(last1 - first1, last2 - first2) applications of the corresponding predicate.

Date: 2014-06-16.00:00:00

[ 2014-06-16 Rapperswil ]

Move to Ready

Date: 2014-06-14.00:00:00

N3671 updated the complexities of equal() and is_permutation(), but not mismatch().

History
Date User Action Args
2017-07-30 20:15:43adminsetstatus: wp -> c++17
2014-11-08 19:44:42adminsetstatus: voting -> wp
2014-11-04 10:26:50adminsetstatus: ready -> voting
2014-06-16 23:45:18adminsetmessages: + msg7055
2014-06-16 23:45:18adminsetstatus: new -> ready
2014-06-14 19:25:16adminsetmessages: + msg7039
2014-06-14 00:00:00admincreate