Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / boost / compute / inclusive_scan.html
index 9eced29..ee8d9e2 100644 (file)
@@ -44,7 +44,7 @@
                  <span class="identifier">OutputIterator</span> result<span class="special">,</span> 
                  <span class="identifier">command_queue</span> <span class="special">&amp;</span> queue <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">default_queue</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46094052376592"></a><h2>Description</h2>
+<a name="idm46113333490880"></a><h2>Description</h2>
 <p>Performs an inclusive scan of the elements in the range [<code class="computeroutput">first</code>, <code class="computeroutput">last</code>) and stores the results in the range beginning at <code class="computeroutput">result</code>.</p>
 <p>Each element in the output is assigned to the sum of the current value in the input with the sum of every previous value in the input.</p>
 <p>