mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 21:07:27 +02:00
Merged fix for link to function_output_iterator
[SVN r25950]
This commit is contained in:
@ -1955,7 +1955,7 @@ T operator+( T lhs, const T& rhs )
|
|||||||
output iterator to writing just two member functions - an appropriate
|
output iterator to writing just two member functions - an appropriate
|
||||||
constructor and a copy-assignment operator. For example, here is a
|
constructor and a copy-assignment operator. For example, here is a
|
||||||
possible implementation of <code><a href=
|
possible implementation of <code><a href=
|
||||||
"function_output_iterator.htm">boost::function_output_iterator</a></code>
|
"../iterator/doc/function_output_iterator.html">boost::function_output_iterator</a></code>
|
||||||
adaptor:</p>
|
adaptor:</p>
|
||||||
<pre>
|
<pre>
|
||||||
template<class UnaryFunction>
|
template<class UnaryFunction>
|
||||||
@ -2119,10 +2119,10 @@ public:
|
|||||||
backward-compatible.</p>
|
backward-compatible.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p>Revised: 03 Dec 2003</p>
|
<p>Revised: 29 Oct 2004</p>
|
||||||
|
|
||||||
<p>Copyright © Beman Dawes, David Abrahams, 1999-2001.</p>
|
<p>Copyright © Beman Dawes, David Abrahams, 1999-2001.</p>
|
||||||
<p>Copyright © Daniel Frey, 2002-2003.</p>
|
<p>Copyright © Daniel Frey, 2002-2004.</p>
|
||||||
<p>Use, modification, and distribution is subject to the Boost Software
|
<p>Use, modification, and distribution is subject to the Boost Software
|
||||||
License, Version 1.0. (See accompanying file
|
License, Version 1.0. (See accompanying file
|
||||||
<a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
|
<a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at
|
||||||
|
Reference in New Issue
Block a user