|
Boost Users : |
From: John Eddy (johneddy_at_[hidden])
Date: 2005-01-28 13:32:27
If I create a file with nothing but the include:
#include <boost/date_time/local_time/local_time.hpp>
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net