j
k
j a
j l
...template<class time_zone_type> static time_type local_time(shared_ptr<time_zone_type> tz_ptr);
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?
Back to the thread
Back to the list