Skip to content

Commit

Permalink
Sync from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jul 12, 2024
2 parents 7625670 + 4914e1f commit e2f8d12
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 e2f8d12

Please sign in to comment.