mirror of
https://github.com/boostorg/algorithm.git
synced 2026-01-26 06:02:08 +00:00
Compare commits
22 Commits
sandbox-br
...
boost-1.38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2817b46230 | ||
|
|
c33935fa1f | ||
|
|
98a8b08afb | ||
|
|
fc0f3dcffc | ||
|
|
822636418b | ||
|
|
352e16aade | ||
|
|
89c76ea1bb | ||
|
|
50b5726a6f | ||
|
|
d4b95734dd | ||
|
|
05af96f84c | ||
|
|
5bdbb2b308 | ||
|
|
1a02969303 | ||
|
|
6309379618 | ||
|
|
37581bac55 | ||
|
|
a71a4ed5b1 | ||
|
|
c509c3fbad | ||
|
|
d8683f2498 | ||
|
|
7c0101aa51 | ||
|
|
6f3e85528f | ||
|
|
8af639b7cf | ||
|
|
d9bc7e800b | ||
|
|
b4ed9beb90 |
@@ -56,7 +56,7 @@ be enough. The present library solves both problems.</p>
|
||||
<tt>minmax</tt>
|
||||
as straightforward extensions of the C++
|
||||
standard. As it returns a pair of <tt>const&</tt>, we must use the <a
|
||||
href="../../tuple/index.html">Boost.tuple</a> library to construct such
|
||||
href=:../../../../tuple/index.html>Boost.tuple</a> library to construct such
|
||||
pairs. (Please note: the intent is not to fix the known defaults of
|
||||
<tt>std::min</tt>
|
||||
and <tt>std::max</tt>, but to add one more algorithms that combines both; see the
|
||||
@@ -158,9 +158,9 @@ identical to
|
||||
that they return the last instance of the largest element (and not the
|
||||
first, as <tt>first_min_element</tt> and <tt>last_max_element</tt> would).
|
||||
<p>The family of algorithms comprising <tt>first_min_first_max_element</tt>,
|
||||
<tt>first_min_last_max_element</tt>,
|
||||
<tt>last_min_first_max_element</tt>,
|
||||
and <tt>last_min_last_max_element</tt> can be described generically as
|
||||
<tt>first_min_first_max_element</tt>,
|
||||
<tt>first_min_first_max_element</tt>,
|
||||
and <tt>first_min_first_max_element</tt> can be described generically as
|
||||
follows (using <i><tt>which</tt></i> and
|
||||
<i><tt>what</tt></i> for <tt>first</tt>
|
||||
or <tt>last</tt>): <tt><i>which</i>_min_<i>what</i>_max_element</tt> finds
|
||||
|
||||
@@ -10,10 +10,7 @@
|
||||
import toolset ;
|
||||
toolset.using doxygen ;
|
||||
|
||||
boostbook string_algo : string_algo.xml autodoc
|
||||
:
|
||||
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
|
||||
;
|
||||
boostbook string_algo : string_algo.xml autodoc ;
|
||||
|
||||
doxygen autodoc
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user