Fix min/max references.

[SVN r30006]
This commit is contained in:
John Maddock
2005-07-12 12:40:24 +00:00
parent 2f58fb6911
commit 59f6e111b5

View File

@@ -8,7 +8,7 @@
// MACRO: BOOST_NO_STD_MIN_MAX
// TITLE: std::min and std::max
// DESCRIPTION: The C++ standard library does not provide
// the min() and max() template functions that
// the (min)() and (max)() template functions that
// should be in <algorithm>.
#include <algorithm>