From 9fcf01e9cccc4d12d2d13f712e672467724b0e57 Mon Sep 17 00:00:00 2001 From: Tony Van Eerd Date: Tue, 18 Jul 2017 16:30:39 -0400 Subject: [PATCH] TZ_DB -> tzdb, and fix html bracket --- d0355r4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d0355r4.html b/d0355r4.html index 8022994..3d3b8cc 100644 --- a/d0355r4.html +++ b/d0355r4.html @@ -1407,7 +1407,7 @@ template<class charT, class traits, class Rep, class Period> struct tzdb; const tzdb& get_tzdb(); -list<TZ_DB*gt;& get_tzdb_list(); +list<tzdb>& get_tzdb_list(); const time_zone* locate_zone(string_view tz_name); const time_zone* current_zone();