Updated links to next/prior docs.

This commit is contained in:
Andrey Semashev
2017-08-26 20:07:12 +03:00
parent 62b39548be
commit 0b2409a942
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<a href="in_place_factories.html">in_place_factory</a><br>
<a href="iterator_adaptors.htm">iterator_adaptors</a><br>
<a href="generator_iterator.htm">generator iterator adaptors</a><br>
<a href="../iterator/doc/html/iterator/algorithms.html#iterator.algorithms.next_prior">next/prior</a> (moved to the Boost.Iterator library)<br>
<a href="../iterator/doc/html/iterator/algorithms/next_prior.html">next/prior</a> (moved to the Boost.Iterator library)<br>
<a href="../core/doc/html/core/noncopyable.html">noncopyable</a> (moved to the Boost.Core library)<br>
<a href="operators.htm">operators</a><br>
<a href="utility.htm#result_of">result_of</a><br>

View File

@@ -17,7 +17,7 @@
Function templates <a href="../core/doc/html/core/checked_delete.html">checked_delete() and
checked_array_delete()</a> (moved to the Boost.Core library)</li>
<li>
Function templates <a href="../iterator/doc/html/iterator/algorithms.html#iterator.algorithms.next_prior">next() and prior()</a> (moved to the Boost.Iterator library)</li>
Function templates <a href="../iterator/doc/html/iterator/algorithms/next_prior.html">next() and prior()</a> (moved to the Boost.Iterator library)</li>
<li>
Class <a href="../core/doc/html/core/noncopyable.html">noncopyable</a> (moved to the Boost.Core library)</li>
<li>