Boost C++ Libraries: Ticket #5058: bug in subsecond_duration class in time_duration.hpp https://svn.boost.org/trac10/ticket/5058 <p> When using boost::posix_time::microseconds() with a large value, an incorrect value is stored in the resulting object. </p> <p> It turns out there is a bug in the operator order within subsecond_duration and I have attached a patch to fix this problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5058 Trac 1.4.3 Edward Rankin <erankin@…> Tue, 11 Jan 2011 06:22:06 GMT attachment set https://svn.boost.org/trac10/ticket/5058 https://svn.boost.org/trac10/ticket/5058 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">time_duration.hpp.diff</span> </li> </ul> Ticket Edward Rankin <erankin@…> Tue, 11 Jan 2011 13:27:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5058#comment:1 https://svn.boost.org/trac10/ticket/5058#comment:1 <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">duplicate</span> </li> </ul> <p> Sorry, I must be blind. This problem was already posted in Ticker <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3471" title="#3471: Patches: microseconds constructor overflows (closed: fixed)">#3471</a>. </p> Ticket