
15 Apr
2008
15 Apr
'08
8:43 p.m.
AMDG Phil Bouchard wrote:
"Steven Watanabe" <watanabesj@gmail.com> wrote in message news:480399C5.60009@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