|
|
/* Windows likes to define min() and max() macros, which will conflict with
|
|
/* Windows likes to define min() and max() macros, which will conflict with
|
|
|
std::min() and std::max() respectively, unless we do this: */
|
|
std::min() and std::max() respectively, unless we do this: */
|