fix links

[SVN r15114]
This commit is contained in:
Jeff Garland
2002-08-30 16:21:50 +00:00
parent a3b768bea3
commit 0950b0bf8f
2 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ main()<font class="keyword"> </font>
date wont_construct(gdtl::parse_undelimited_date&lt;date&gt;(bad_date));
<font class="comment">//use wont_construct so compiler doesn't complain, but you wont get here!</font>
std::cout &lt;&lt; <font class="stringliteral">"oh oh, you should reach this line: "</font>
&lt;&lt; <a name="a2"></a><a class="code" href="group__time__format.html#a4">to_iso_string</a>(wont_construct) &lt;&lt; std::endl;
&lt;&lt;to_iso_string(wont_construct) &lt;&lt; std::endl;
}
<font class="keywordflow">catch</font>(std::exception&amp; e) {
std::cout &lt;&lt; <font class="stringliteral">" Exception: "</font> &lt;&lt; e.what() &lt;&lt; std::endl;