$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcin Kalicinski (kalita_at_[hidden])
Date: 2005-09-03 04:38:04
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