mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
added link for std::list
[SVN r9190]
This commit is contained in:
parent
79be1be4ec
commit
ca9a32992e
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ copy(InputIterator first, InputIterator last, OutputIterator result)
|
|||
|
||||
<p>Using the generic <tt>copy()</tt> function, we can now copy
|
||||
elements from any kind of sequence, including a linked list that
|
||||
exports iterators such as <tt>std::list</tt>.
|
||||
exports iterators such as <tt>std::<a
|
||||
href="http://www.sgi.com/tech/stl/List.html">list</a></tt>.
|
||||
<p>
|
||||
<blockquote>
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Reference in a new issue