From Jason Turner

[container.adaptors.general]

Diff to HTML by rtfpessoa

tmp/tmpadygw7d2/{from.md → to.md} RENAMED
@@ -1,10 +1,9 @@
1
  ### In general <a id="container.adaptors.general">[[container.adaptors.general]]</a>
2
 
3
  The headers `<queue>` and `<stack>` define the container adaptors
4
- `queue`, `priority_queue`, and `stack`. These container adaptors meet
5
- the requirements for sequence containers.
6
 
7
  The container adaptors each take a `Container` template parameter, and
8
  each constructor takes a `Container` reference argument. This container
9
  is copied into the `Container` member of each adaptor. If the container
10
  takes an allocator, then a compatible allocator may be passed in to the
 
1
  ### In general <a id="container.adaptors.general">[[container.adaptors.general]]</a>
2
 
3
  The headers `<queue>` and `<stack>` define the container adaptors
4
+ `queue`, `priority_queue`, and `stack`.
 
5
 
6
  The container adaptors each take a `Container` template parameter, and
7
  each constructor takes a `Container` reference argument. This container
8
  is copied into the `Container` member of each adaptor. If the container
9
  takes an allocator, then a compatible allocator may be passed in to the