From Jason Turner

[alg.is.permutation]

Diff to HTML by rtfpessoa

tmp/tmpu69n_1gy/{from.md → to.md} RENAMED
@@ -62,11 +62,11 @@ Otherwise return `true` if there exists a permutation of the elements in
62
  the range \[`first2`, `last2`), bounded by \[`pfirst`, `plast`), such
63
  that `ranges::equal(first1, last1, pfirst, plast, pred, proj1, proj2)`
64
  returns `true`; otherwise, returns `false`.
65
 
66
  *Complexity:* No applications of the corresponding predicate and
67
- projections if:
68
 
69
  - for the first overload,
70
  - `S1` and `I1` model `sized_sentinel_for<S1, I1>`,
71
  - `S2` and `I2` model `sized_sentinel_for<S2, I2>`, and
72
  - `last1 - first1 != last2 - first2`;
 
62
  the range \[`first2`, `last2`), bounded by \[`pfirst`, `plast`), such
63
  that `ranges::equal(first1, last1, pfirst, plast, pred, proj1, proj2)`
64
  returns `true`; otherwise, returns `false`.
65
 
66
  *Complexity:* No applications of the corresponding predicate and
67
+ projections if
68
 
69
  - for the first overload,
70
  - `S1` and `I1` model `sized_sentinel_for<S1, I1>`,
71
  - `S2` and `I2` model `sized_sentinel_for<S2, I2>`, and
72
  - `last1 - first1 != last2 - first2`;