Fixed link to function_output_iterator

[SVN r25949]
This commit is contained in:
Daniel Frey
2004-10-29 19:19:20 +00:00
parent e549baf93a
commit baff23116e

View File

@ -1955,7 +1955,7 @@ T operator+( T lhs, const T& rhs )
output iterator to writing just two member functions - an appropriate
constructor and a copy-assignment operator. For example, here is a
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>
<pre>
template&lt;class UnaryFunction&gt;
@ -2119,10 +2119,10 @@ public:
backward-compatible.</p>
<hr>
<p>Revised: 03 Dec 2003</p>
<p>Revised: 29 Oct 2004</p>
<p>Copyright &copy; Beman Dawes, David Abrahams, 1999-2001.</p>
<p>Copyright &copy; Daniel Frey, 2002-2003.</p>
<p>Copyright &copy; Daniel Frey, 2002-2004.</p>
<p>Use, modification, and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file
<a href="../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at