Boost logo

Boost Testing :

From: Jeff Garland (jeff_at_[hidden])
Date: 2005-10-27 08:02:32


On Thu, 27 Oct 2005 06:39:55 +0100, Jim Douglas wrote
> Jeff Garland wrote:
> > I checked in a couple minor changes to put all references to 'tm' in namespace
> > std. Can't believe they weren't already qualified. From the errors it looks
> > like qcc was ok with the ones in std and complained about the unqualified
> > references. Anyway, looks like that's at the root a of a good chunk of the
> > date-time failures.
>
> I checked this out offline and by changing all occurences of
> 'time_t' to 'std::time_t' and 'tm' to 'std::tm' the entire library
> passes all tests. Please can someone make these changes to the
> RC_1_33_0 branch?
>
> The files are:
>
> microsecond_time_clock.hpp
> gregorian/conversion.hpp
> posix_time/conversion.hpp

I can make these changes, in this case they are safe in that most of them are
already passing in the HEAD, but I wonder in general if changes for QNX
support is one of our priorities for 1.33.1. Doug thoughts?

Jeff


Boost-testing list run by mbergal at meta-comm.com