$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel falcou (joel.falcou_at_[hidden])
Date: 2008-08-07 14:37:37
Le Jeu 7 août 2008 20:33, Thomas Klimpel a écrit :
>
I'm no expert on ADL, so I have no idea whether VC8 is allowed to fail
> here. VC8 seems to fail as soon as I define any template function
named
> sqrt inside the boost or boost::numeric namespace. I have
no idea how to
> work around that. Perhaps I should investigate
why "#define NDEBUG" works
> around the problem.
did you try
#undef sqrt
after including any headers
like cmath or windows.h ?
I had a similar problem with min/max and
log2 for a while.