diff --git a/tz.h b/tz.h index e527d39..9b8f4d7 100644 --- a/tz.h +++ b/tz.h @@ -983,14 +983,14 @@ zoned_time::operator=(const local_time& ut) template inline -zoned_time::operator local_time() const +zoned_time::operator local_time() const { return get_local_time(); } template inline -zoned_time::operator sys_time() const +zoned_time::operator sys_time() const { return get_sys_time(); }