From Jason Turner

[valarray.cassign]

Diff to HTML by rtfpessoa

tmp/tmpt_xdv5p5/{from.md → to.md} RENAMED
@@ -47,11 +47,11 @@ valarray& operator>>=(const T& v);
47
  type `T`.
48
 
49
  *Effects:* Each of these operators applies the indicated operation to
50
  each element of `*this` and `v`.
51
 
52
- *Returns:* `*this`
53
 
54
  *Remarks:* The appearance of an array on the left-hand side of a
55
  compound assignment does not invalidate references or pointers to the
56
  elements of the array.
57
 
 
47
  type `T`.
48
 
49
  *Effects:* Each of these operators applies the indicated operation to
50
  each element of `*this` and `v`.
51
 
52
+ *Returns:* `*this`.
53
 
54
  *Remarks:* The appearance of an array on the left-hand side of a
55
  compound assignment does not invalidate references or pointers to the
56
  elements of the array.
57