diff --git a/minmax/index.html b/minmax/index.html index 42bb831..f7364a4 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -11,7 +11,7 @@
@@ -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 @@ -301,8 +301,8 @@ the library under
Notes
-[1]We do not support -idioms such as tie(a,b)=minmax(a,b) +[1] We do not support +idioms such as tie(a,b)=minmax(a,b) to order two elements a, b, although this would have the desired effect if we returned a reference instead of a constant reference. The reason is that two unnecessary assignments are