diff --git a/minmax/index.html b/minmax/index.html index 27efb39..c1c10e5 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -56,7 +56,7 @@ be enough. The present library solves both problems.
minmax as straightforward extensions of the C++ standard. As it returns a pair of const&, we must use the Boost.tuple library to construct such +href="../../tuple/index.html">Boost.tuple library to construct such pairs. (Please note: the intent is not to fix the known defaults of std::min and std::max, but to add one more algorithms that combines both; see the