Boost logo

Boost :

From: Daniel Schlyder (daniel_at_[hidden])
Date: 2005-03-30 08:39:40


Jeff Garland:
> Ok, I've applied the patch -- although I'm uncertain that the mingw regression
> failure details bear this out...

> http://tinyurl.com/3skx4

I get the following errors when compiling my project with MinGW GCC 3.4.2
without the patch:

E:/libs/boost/boost/date_time/c_time.hpp: In static member function
   `static tm * boost::date_time::c_time::localtime(const time_t *, tm *)':
E:/libs/boost/boost/date_time/c_time.hpp:52: error: `localtime_r' undeclared (
    first use this function)
E:/libs/boost/boost/date_time/c_time.hpp: In static member function
   `static tm * boost::date_time::c_time::gmtime(const time_t *, tm *)':
E:/libs/boost/boost/date_time/c_time.hpp:60: error: `gmtime_r' undeclared (
    first use this function)

--
Daniel Schlyder
http://bitblaze.com/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk