From 59f6e111b57ad59a500288cf69b167a1590e850d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 12 Jul 2005 12:40:24 +0000 Subject: [PATCH] Fix min/max references. [SVN r30006] --- test/boost_no_std_min_max.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost_no_std_min_max.ipp b/test/boost_no_std_min_max.ipp index 8ddb32bc..a8260062 100644 --- a/test/boost_no_std_min_max.ipp +++ b/test/boost_no_std_min_max.ipp @@ -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 . #include