Remove remote_install and remote_download from synopsis

This commit is contained in:
Howard Hinnant
2018-02-11 16:48:49 -05:00
parent e30c3f24b8
commit e87abb9125

View File

@@ -38,7 +38,7 @@ Document number: D0355R5<br>
<br>
<a href="mailto:howard.hinnant@gmail.com">Howard E. Hinnant</a><br>
<a href="mailto:tomaszkam at gmail dot com">Tomasz Kami&nacute;ski</a><br>
2017-11-26<br>
2018-02-11<br>
</address>
<hr>
<h1>Extending <code>&lt;chrono&gt;</code> to Calendars and Time Zones</h1>
@@ -1310,8 +1310,6 @@ const time_zone* current_zone();
const tzdb&amp; reload_tzdb();
string remote_version();
bool remote_download(string_view version);
bool remote_install(string_view version);
// exception classes
class nonexistent_local_time;