>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
>> #include <boost/assert.hpp>
>>
>> +#ifdef _MSC_VER +namespace std +{ + inline __int64 abs(__int64 i)
>> + { + return _abs64(i);
>> + }
>> +}
>> +#endif
>>
Peter> A other -but more ugly- solution is (at least in this file)
Peter> #ifdef _MSC_VER #define abs _abs64 namespace std { using ::abs;
Peter> }
Peter> #endif
Both are ugly. Again: can we use difftime?
JMarc
