The <algorithm> header doesn't seem to contain std::min() and std::max() any longer

std::min, std::max를 쓰는데 이상한 오류가 났다. 이에대해 찾은 해결책. The header doesn't seem to contain std::min() and std::max() any longer. I looked in the VC\include folder and found only minmax.h with old macros-based min() and max() implementation. VS2005B2 MSDN clains min() and max() are still available in the header. algorithim 헤더가 std::min이랑 std::max를 가지고 있지 않은것 같애 ㅜㅜ. 그래서 내가 vc의 include 폴더의 minmax를 찾아서 살펴보..