Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / boost / compute / exclusive_scan.html
index f0016b0..88d13d8 100644 (file)
@@ -49,7 +49,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="idm46094053140784"></a><h2>Description</h2>
+<a name="idm46113334255056"></a><h2>Description</h2>
 <p>Performs an exclusive 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 all the previous values in the input.</p>
 <p>