Boost C++ Libraries: Ticket #5250: Tiny warning removal for date_time https://svn.boost.org/trac10/ticket/5250 <p> The attached patch changes 'if ((week == 53))' to 'if (week == 53)'. This is because clang++ warns about the double brackets. </p> <p> It warns because double brackets are the traditional way of stopping the warning in statements like ' if (week = 53) ' (notice single =). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5250 Trac 1.4.3 Chris Jefferson Tue, 01 Mar 2011 15:07:10 GMT attachment set https://svn.boost.org/trac10/ticket/5250 https://svn.boost.org/trac10/ticket/5250 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">date_time.patch</span> </li> </ul> <p> Patch to boost/date_time/gregorian_calendar.ipp </p> Ticket Marshall Clow Wed, 30 Mar 2011 22:28:45 GMT <link>https://svn.boost.org/trac10/ticket/5250#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5250#comment:1</guid> <description> <p> Applied in <a class="changeset" href="https://svn.boost.org/trac10/changeset/70769" title="Applied patch - Refs 5250">[70769]</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 04 Apr 2011 23:45:11 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5250#comment:2 https://svn.boost.org/trac10/ticket/5250#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70985" title="Merge date/time fixes to release. Fixes #5250">[70985]</a>) Merge date/time fixes to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5250" title="#5250: Patches: Tiny warning removal for date_time (closed: fixed)">#5250</a> </p> Ticket