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

@@ -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;to_iso_string(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;