$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Jennings (Richard.Jennings_at_[hidden])
Date: 2005-08-01 06:17:16
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