Skip to content

Commit

Permalink
Updated deprecated include in docs.
Browse files Browse the repository at this point in the history
Closes #83.
  • Loading branch information
Lastique committed Jul 3, 2024
1 parent 0abef89 commit 4914e1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/facade-and-adaptor.html
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,7 @@ <h4><a class="toc-backref" href="#id69">Class template <tt class="docutils liter
<div class="section" id="header">
<h4><a class="toc-backref" href="#id70">Header</a></h4>
<pre class="literal-block">
#include &lt;boost/function_output_iterator.hpp&gt;
#include &lt;boost/iterator/function_output_iterator.hpp&gt;
</pre>
<pre class="literal-block">
template &lt;class UnaryFunction&gt;
Expand Down
2 changes: 1 addition & 1 deletion doc/func_output_iter_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Header

::
#include <boost/function_output_iterator.hpp>
#include <boost/iterator/function_output_iterator.hpp>

::

Expand Down
2 changes: 1 addition & 1 deletion doc/function_output_iterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1 class="title">Function Output Iterator</h1>
<div class="section" id="header">
<h1><a class="toc-backref" href="#id1">Header</a></h1>
<pre class="literal-block">
#include &lt;boost/function_output_iterator.hpp&gt;
#include &lt;boost/iterator/function_output_iterator.hpp&gt;
</pre>
<pre class="literal-block">
template &lt;class UnaryFunction&gt;
Expand Down

0 comments on commit 4914e1f

Please sign in to comment.