summaryrefslogtreecommitdiff
path: root/doc/html/boost/adl_move_swap_ranges.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/adl_move_swap_ranges.html')
-rw-r--r--doc/html/boost/adl_move_swap_ranges.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/adl_move_swap_ranges.html b/doc/html/boost/adl_move_swap_ranges.html
index 1b98ada158..f8ba7ff61d 100644
--- a/doc/html/boost/adl_move_swap_ranges.html
+++ b/doc/html/boost/adl_move_swap_ranges.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template adl_move_swap_ranges</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../move/reference.html#header.boost.move.adl_move_swap_hpp" title="Header &lt;boost/move/adl_move_swap.hpp&gt;">
<link rel="prev" href="adl_move_swap.html" title="Function template adl_move_swap">
@@ -37,11 +37,11 @@
<span class="identifier">ForwardIt2</span> <span class="identifier">adl_move_swap_ranges</span><span class="special">(</span><span class="identifier">ForwardIt1</span> first1<span class="special">,</span> <span class="identifier">ForwardIt1</span> last1<span class="special">,</span>
<span class="identifier">ForwardIt2</span> first2<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp294964128"></a><h2>Description</h2>
+<a name="idm45927887959712"></a><h2>Description</h2>
<p>Exchanges elements between range [first1, last1) and another range starting at first2 using boost::adl_move_swap.</p>
<p>Parameters: first1, last1 - the first range of elements to swap first2 - beginning of the second range of elements to swap</p>
<p>Type requirements:</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>ForwardIt1, ForwardIt2 must meet the requirements of ForwardIterator.</p></li>
<li class="listitem"><p>The types of dereferenced ForwardIt1 and ForwardIt2 must meet the requirements of Swappable</p></li>
</ul></div>