Added missing 'allocator'

[SVN r9179]
This commit is contained in:
Dave Abrahams 2001-02-13 02:01:35 +00:00
parent 4de1c98725
commit 7cb5478726

View file

@ -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>.