
The CVS head revision of date_time fails to compile with Borland C++ 5.6.4. This is because the run time libraries lack the re-entrant functions such as localtime_r. I added Borland to the list of compilers that do not support this in date_time/compiler_config.hpp and then the library compiles fine. Richard

On Mon, 1 Aug 2005 12:17:16 +0100, Richard Jennings wrote
The CVS head revision of date_time fails to compile with Borland C++ 5.6.4. This is because the run time libraries lack the re-entrant functions such as localtime_r.
I added Borland to the list of compilers that do not support this in date_time/compiler_config.hpp and then the library compiles fine.
Fixed in CVS. Thx. Jeff

Jeff Garland wrote:
On Mon, 1 Aug 2005 12:17:16 +0100, Richard Jennings wrote
The CVS head revision of date_time fails to compile with Borland C++ 5.6.4. This is because the run time libraries lack the re-entrant functions such as localtime_r.
I added Borland to the list of compilers that do not support this in date_time/compiler_config.hpp and then the library compiles fine.
Fixed in CVS. Thx.
Jeff
Hi Jeff, has this been incorporated for the 1.33.0 release? Thanks Russell
participants (3)
-
Jeff Garland
-
Richard Jennings
-
Russell Hind