Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_SEQ_REMOVE.html
index 5e2a1fd..d208381 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_SEQ_REMOVE(seq, index)</pre></div>
 <div class="refsect1">
-<a name="idm46213760071152"></a><h2>Description</h2>
+<a name="idm45529680479408"></a><h2>Description</h2>
 <p>seq = seq from which an element is to be removed. index = The zero-based position in seq of the element to be removed.</p>
 <p>If index is greater or equal to the seq size the result is undefined. If the seq is a single element and the index is 0 the result is an empty seq. Otherwise the result is a seq after removing the index element. </p>
 </div>