From 56cec17500786f4b7cbb47e4a0f67684c0500b53 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 26 Jun 2017 21:33:34 -0400 Subject: [PATCH] Add gratuitous zoned_time:: qualifier to operators * VS-2017 compatibility. --- tz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }