forked from boostorg/config
Fix min/max references.
[SVN r30006]
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
// MACRO: BOOST_NO_STD_MIN_MAX
|
// MACRO: BOOST_NO_STD_MIN_MAX
|
||||||
// TITLE: std::min and std::max
|
// TITLE: std::min and std::max
|
||||||
// DESCRIPTION: The C++ standard library does not provide
|
// 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>.
|
// should be in <algorithm>.
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
Reference in New Issue
Block a user