RE: [boost] datetime and long long

2003-02-18 Thread Beman Dawes
At 11:26 AM 2/18/2003, Jeff Garland wrote: Take a look at bosot/date_time/compiler_config.hpp which does something similar. All we need to do to fix these regressions is add the compiler to the list of those that don't have std::abs at line 34. Based on the above, I've bump the VC++ version up

RE: [boost] datetime and long long

2003-02-18 Thread Jeff Garland
Take a look at bosot/date_time/compiler_config.hpp which does something similar. All we need to do to fix these regressions is add the compiler to the list of those that don't have std::abs at line 34. Based on the above, I've bump the VC++ version up to 1310 to cover version 7.1.

Re: [boost] datetime and long long

2003-02-18 Thread David Abrahams
Jeff Garland [EMAIL PROTECTED] writes: Many of the regression tests for the date time library are failing currently because the library relies on std::abslong long being available. AKAIK, the C++ standard doesn't require this so the library shouldn't make use of it. Maybe datetime