mirror of
https://github.com/boostorg/date_time.git
synced 2026-02-24 03:52:16 +00:00
fix links
[SVN r15115]
This commit is contained in:
@@ -58,7 +58,7 @@ main()<font class="keyword"> </font>
|
||||
date wont_construct(gdtl::parse_undelimited_date<date>(bad_date));
|
||||
<font class="comment">//use wont_construct so compiler doesn't complain, but you wont get here!</font>
|
||||
std::cout << <font class="stringliteral">"oh oh, you should reach this line: "</font>
|
||||
<<to_iso_string(wont_construct) << std::endl;
|
||||
<< to_iso_string(wont_construct) << std::endl;
|
||||
}
|
||||
<font class="keywordflow">catch</font>(std::exception& e) {
|
||||
std::cout << <font class="stringliteral">" Exception: "</font> << e.what() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user