From 98c37dd3eec763f38dfd560da9af8e069c91ae43 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 15 Mar 2018 16:09:16 -0400 Subject: [PATCH] Address reviewer comments --- d0355r6.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d0355r6.html b/d0355r6.html index 8718fce..b844fe0 100644 --- a/d0355r6.html +++ b/d0355r6.html @@ -9192,7 +9192,7 @@ computer has set as its local time zone.
-tzdb_list<tzdb>& get_tzdb_list();
+tzdb_list& get_tzdb_list();
 

@@ -9211,7 +9211,7 @@ one time.

Throws: runtime_error if for any reason a reference can not be returned to a valid -tzdb_list<tzdb>& containing one or more valid +tzdb_list& containing one or more valid tzdb.