28 Jan
2005
28 Jan
'05
9:26 p.m.
On Fri, 28 Jan 2005 13:32:27 -0500, John Eddy wrote:
If I create a file with nothing but the include:
#include
I get a compiler error (VC7 .NET 2003) having to do with line 149 of tz_db_base.hpp which reads:
typedef time_zone_names<charT> time_zone_names;
which doesn't seem to make much sense. from a brief inspection of the time_zone_names.hpp file, it seems that line 64 which reads:
typedef time_zone_names_base<char> time_zone_names;
may shed some light on the solution.
Thanks, John
That was most likely a typo in the initial code. I've already submitted a fix for this. As it stands there are bugs in the local_time code. It tests successfully with gcc 3.3 but has problems with other compilers. Thanks for the report, Bart