From Jason Turner

[back.insert.iter.cons]

Diff to HTML by rtfpessoa

tmp/tmpfu59offy/{from.md → to.md} RENAMED
@@ -2,7 +2,7 @@
2
 
3
  ``` cpp
4
  explicit back_insert_iterator(Container& x);
5
  ```
6
 
7
- *Effects:* Initializes `container` with `&x`.
8
 
 
2
 
3
  ``` cpp
4
  explicit back_insert_iterator(Container& x);
5
  ```
6
 
7
+ *Effects:* Initializes `container` with `std::addressof(x)`.
8