From Jason Turner

[forwardlist.access]

Diff to HTML by rtfpessoa

tmp/tmpdny9i6ex/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- #### `forward_list` element access <a id="forwardlist.access">[[forwardlist.access]]</a>
2
 
3
  ``` cpp
4
  reference front();
5
  const_reference front() const;
6
  ```
 
1
+ #### Element access <a id="forwardlist.access">[[forwardlist.access]]</a>
2
 
3
  ``` cpp
4
  reference front();
5
  const_reference front() const;
6
  ```