$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-04-15 16:43:01
AMDG
Phil Bouchard wrote:
> "Steven Watanabe" <watanabesj_at_[hidden]> wrote in message 
> news:480399C5.60009_at_providere-consulting.com...
>   
>> I just tried it out on msvc 9.0.
>>
>> It breaks on sh_owned_base_nt.hpp line 107 because of the windows
>> min/max macros
>>     
>
> Thanks I just added some undefs since I haven't seen the necessity of 
> pushing / popping them.
>   
You should probably use (std::numeric_limits<>::min)() which
disables macro expansion.  Otherwise, the inspection program will complain.
In Christ,
Steven Watanabe