Boost C++ Libraries: Ticket #168: Gregorian date support https://svn.boost.org/trac10/ticket/168 <pre class="wiki">Please add date operator+(int) const date operator-(int) const as synonyms to date operator+(date_duration) const date operator-(date_duration) const Thanks </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/168 Trac 1.4.3 az_sw_dude Mon, 13 Feb 2006 12:18:02 GMT <link>https://svn.boost.org/trac10/ticket/168#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/168#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=579686 Sorry for the slow response. After some thought, this feature will not be added. It will likely cause ambiguity issues, but mainly it will cause code understanding issues. Note that there is a shorter/cleaner alias for date_duration called 'days'. So the following will work date d(...); date d1 = d + days(3); I think this is much clearer than date d1 = d + 3; //what is 3 days? weeks? Jeff </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>az_sw_dude</dc:creator> <pubDate>Mon, 13 Feb 2006 12:18:26 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/168#comment:2 https://svn.boost.org/trac10/ticket/168#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket