$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-11-28 09:09:47
>> template<class time_zone_type>
>> static time_type local_time(shared_ptr<time_zone_type> tz_ptr);
Why is tz_ptr templated on time_zone_type? Isn't a specific base class
required from time_zone_type?