$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-11-03 07:39:55
>Using VC++, I find that if the statement, #import <msxml.dll>, comes
>prior to the inclusion of boost headers, the compile breaks down
>(with "unexpected syntax error"s) on the new (as of version 1.18.1)
>std::min and std::max declarations in boost/config.hpp. I assume that min
>and max are something of a boondoggle with Windows, but I don't know
>much about that issue.
<
I seem to remember fixing that in the cvs repository,
- John.