mirror of
https://github.com/boostorg/more.git
synced 2025-04-21 17:50:17 +08:00
Added missing 'allocator'
[SVN r9179]
This commit is contained in:
parent
8bd967a1c0
commit
933f867d6a
@ -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…
Reference in New Issue
Block a user