From e2d5feeb06d720dc68296b31a721c792f3b257ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Br=C3=B6nnimann?= Date: Tue, 27 Sep 2005 21:42:58 +0000 Subject: [PATCH] Link to Alexandrescu's paper [SVN r31135] --- minmax/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/minmax/index.html b/minmax/index.html index c57d37d..32d5d44 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -350,8 +350,7 @@ separation into two header files.

std::max.

I am aware of the problems with std::min and std::max, and all the debate that has been going on (please consult -Alexandrescu's -paper and the links therein). But I don't see the purpose of this +Alexandrescu's paper and the links therein). But I don't see the purpose of this library as fixing something that is part of the C++ standard. I humbly think it's beyond the scope of this library. Rather, I am following the way of the standard in simply providing one more function