From af2d4c487db8cb75781cc5089ed02f6dbbc795cc Mon Sep 17 00:00:00 2001
From: Aleksey Gurtovoy
+HREF="../../../boost/algorithm/minmax.hpp">boost/algorithm/minmax.hpp>
Header <boost/algorithm/minmax.hpp>
@@ -71,7 +71,7 @@ but I ruled against that (see rationale).
If you are interested about -performance, +performance, you will see that minmax_element is just slightly less efficient than a single min_element or max_element, and thus twice as efficient as two separate calls to min_element and