$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Timothy Ritchey (tritchey_at_[hidden])
Date: 2004-11-17 09:21:56
Vyacheslav E. Andrejev wrote:
>VK> Try to add
>VK>
>VK> #undef max
>VK> #undef min
>VK> before inclusion of date_time headers.
>VK> This looks ugly, but should help for now.
>
>Define NOMINMAX in project's settings would be less ugly.
>
>
Both of these suggestions did the trick. I ended up using a #define
NOMINMAX before the include.