diff --git a/minmax/index.html b/minmax/index.html index 7a82fc5..f7364a4 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -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