fix links

[SVN r15115]
This commit is contained in:
Jeff Garland
2002-08-30 16:28:18 +00:00
parent 0950b0bf8f
commit f826f4ccf6
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ main()<font class="keyword"> </font>
&lt;&lt; std::endl;
time_duration td = t11 - t10;
std::cout &lt;&lt; <font class="stringliteral">"A difference of: "</font>
&lt;&lt; <a class="code" href="group__time__format.html#a3">to_simple_string</a>(td) &lt;&lt; std::endl;
&lt;&lt; to_simple_string(td) &lt;&lt; std::endl;
<font class="comment">//eastern timezone is utc-5</font>