mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 08:31:03 +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>
|
</blockquote>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
tzdb_list<tzdb>& get_tzdb_list();
|
tzdb_list& get_tzdb_list();
|
||||||
</pre>
|
</pre>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
@ -9211,7 +9211,7 @@ one time.
|
|||||||
<p>
|
<p>
|
||||||
<i>Throws:</i> <code>runtime_error</code> if for any reason a
|
<i>Throws:</i> <code>runtime_error</code> if for any reason a
|
||||||
reference can not be returned to a valid
|
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>.
|
<code>tzdb</code>.
|
||||||
</p>
|
</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user