mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 00:14:07 +08:00
Address reviewer comments
This commit is contained in:
parent
b824f98305
commit
98c37dd3ee
@ -9192,7 +9192,7 @@ computer has set as its local time zone.
|
||||
</blockquote>
|
||||
|
||||
<pre>
|
||||
tzdb_list<tzdb>& get_tzdb_list();
|
||||
tzdb_list& get_tzdb_list();
|
||||
</pre>
|
||||
<blockquote>
|
||||
<p>
|
||||
@ -9211,7 +9211,7 @@ one time.
|
||||
<p>
|
||||
<i>Throws:</i> <code>runtime_error</code> if for any reason a
|
||||
reference can not be returned to a valid
|
||||
<code>tzdb_list<tzdb>&</code> containing one or more valid
|
||||
<code>tzdb_list&</code> containing one or more valid
|
||||
<code>tzdb</code>.
|
||||
</p>
|
||||
</blockquote>
|
||||
|
Loading…
x
Reference in New Issue
Block a user