From Jason Turner

[exclusive.scan]

Diff to HTML by rtfpessoa

tmp/tmpjxbfe6rl/{from.md → to.md} RENAMED
@@ -60,11 +60,11 @@ are convertible to `T`.
60
  *Effects:* For each integer `K` in \[`0`, `last - first`) assigns
61
  through `result + K` the value of:
62
 
63
  ``` cpp
64
  GENERALIZED_NONCOMMUTATIVE_SUM(
65
- binary_op, init, *(first + 0), *(first + 1), ..., *(first + K - 1))
66
  ```
67
 
68
  *Returns:* The end of the resulting range beginning at `result`.
69
 
70
  *Complexity:* 𝑂(`last - first`) applications of `binary_op`.
 
60
  *Effects:* For each integer `K` in \[`0`, `last - first`) assigns
61
  through `result + K` the value of:
62
 
63
  ``` cpp
64
  GENERALIZED_NONCOMMUTATIVE_SUM(
65
+ binary_op, init, *(first + 0), *(first + 1), , *(first + K - 1))
66
  ```
67
 
68
  *Returns:* The end of the resulting range beginning at `result`.
69
 
70
  *Complexity:* 𝑂(`last - first`) applications of `binary_op`.