mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Added missing 'allocator'
[SVN r9179]
This commit is contained in:
parent
4de1c98725
commit
7cb5478726
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ void append_sequence(Container& c, Iterator start, Iterator finish)
|
|||
|
||||
<p>A policies class is a template parameter used to transmit
|
||||
behaviors. An example from the standard library is <tt>std::<a
|
||||
href="http://www.dinkumware.com/htm_cpl/memory.html#allocator"></a></tt>,
|
||||
href="http://www.dinkumware.com/htm_cpl/memory.html#allocator">allocator</a></tt>,
|
||||
which supplies memory management behaviors to standard <a
|
||||
href="http://www.sgi.com/tech/stl/Container.html">containers</a>.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue