17 Sep
2007
17 Sep
'07
6:33 p.m.
On Sep 17, 2007, at 10:25 AM, thomas free wrote:
************************************ //Change here
#ifdef _WIN64
template <> struct IntegerConcept<__int64> { void constraints() {} };
template <> struct IntegerConcept<unsigned __int64> { void constraints() {} };
#endif
************************************
#endif
When I put this two lines, the code compile and link has well has on Win32 platform
Those look fine; I've updated the Boost trunk accordingly. - Doug