From Jason Turner

[mask.array.comp.assign]

Diff to HTML by rtfpessoa

tmp/tmpzzq6e4yc/{from.md → to.md} RENAMED
@@ -13,7 +13,8 @@ void operator<<=(const valarray<T>&) const;
13
  void operator>>=(const valarray<T>&) const;
14
  ```
15
 
16
  These compound assignments have reference semantics, applying the
17
  indicated operation to the elements of the argument array and selected
18
- elements of the `valarray<T>` object to which the mask object refers.
 
19
 
 
13
  void operator>>=(const valarray<T>&) const;
14
  ```
15
 
16
  These compound assignments have reference semantics, applying the
17
  indicated operation to the elements of the argument array and selected
18
+ elements of the `valarray<T>` object to which the `mask_array` object
19
+ refers.
20