
3 Sep
2005
3 Sep
'05
9:38 a.m.
Hi All, windows.h header by default defines very annoying macros 'min' and 'max'. Maybe all boost libraries that include windows.h (such as regex) should #define NOMINMAX before including windows.h? (this disables them). I doubt there is anybody using boost that relies on these crappy macros, and they cause havoc among unwary. cheers, Marcin