How do I call std::min when min has already been defined as a macro?
std::min
min
On Windows, you need to define NOMINMAX before including any windows headers, preferable at the beginning of precompiled header.
NOMINMAX