Can I disable min, max in STL?

Posted by P-P on Stack Overflow See other posts from Stack Overflow or by P-P
Published on 2010-06-10T10:08:03Z Indexed on 2010/06/10 10:13 UTC
Read the original article Hit count: 278

Filed under:
|

Hi, I use one library which is very important and untouchable. The problem is that library declare min, max function, so when I include STL header in project, they conflict. I want to disable min, max function in STL (like #define NOMNMAX) if I could. If I can't, what would be solution? Thanks, in advance.

© Stack Overflow or respective owner

Related posts about c++

Related posts about stl