From Jason Turner

[string.iterators]

Diff to HTML by rtfpessoa

tmp/tmpwbmu6mb3/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ### `basic_string` iterator support <a id="string.iterators">[[string.iterators]]</a>
2
 
3
  ``` cpp
4
  iterator begin() noexcept;
5
  const_iterator begin() const noexcept;
6
  const_iterator cbegin() const noexcept;
 
1
+ #### `basic_string` iterator support <a id="string.iterators">[[string.iterators]]</a>
2
 
3
  ``` cpp
4
  iterator begin() noexcept;
5
  const_iterator begin() const noexcept;
6
  const_iterator cbegin() const noexcept;