On Tue, 2008-10-07 at 03:04 -0700, EdStone999 wrote:
> On Windows XP64, using VS2008 with Win32 target, all compiles well.
> When switching to target x64, get a bunch of error messages, including:
>
> C:\Program Files
> (x86)\boost\boost_1_36_0\boost/detail/lcast_precision.hpp(71) : error C2039:
> 'const_max' : is not a member of 'boost::integer_traits<T>'
>
> Any suggestions on best way to recompile a solution which is working well in
> Win32 platform into a x64 platform?
Unfortunately, no suggestions (except maybe trying to reproduce the
problem on a smaller scale and asking on the Boost mailing list.)
Did you try boost 1.37? And if so, did it work?
Luigi
--
I am extraordinarily patient, provided I get my own way in the end.
-- Margaret Thatcher
|