Boost C++ Libraries: Ticket #126: boost 1.29.0 date erroneous behaviour https://svn.boost.org/trac10/ticket/126 <pre class="wiki">this line: void f() { using namespace std; using namespace boost::gregorian; date d (2002, 02, 29); cout &lt;&lt; to_simple_string (d) &lt;&lt; endl; } will ouput 2002-Mar-01 is this the intended behaviour? </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/126 Trac 1.4.3 az_sw_dude Thu, 24 Oct 2002 18:27:27 GMT <link>https://svn.boost.org/trac10/ticket/126#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/126#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=579686 I agree that this is a hole in the current error checking. This should throw bad_day_of_month. Jeff </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>az_sw_dude</dc:creator> <pubDate>Thu, 24 Oct 2002 18:27:59 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/126#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/126#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=579686 I agree that this is a hole in the current error checking. This should throw bad_day_of_month. Jeff </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>az_sw_dude</dc:creator> <pubDate>Sun, 19 Jan 2003 23:49:07 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/126#comment:3 https://svn.boost.org/trac10/ticket/126#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=579686 Problem has been fixed in CVS. The attempt to construct the date will no cause a bad_day_of_month exception. </pre> Ticket