Boost C++ Libraries: Ticket #3360: scaled year streamed as seconds to the standard output https://svn.boost.org/trac10/ticket/3360 <p> I'm using the precompiled version of boost in Fedora linux 11, boost 1.37. </p> <p> If I create a base unit scaled from metric::year_base_unit (les say a giga year), the value written in the standard ouput is correct, but the units are Giga seconds instead of gigayears </p> <p> Using years: 2.50336e+09 yr Using Gigayears: 2.50336e Gs (it should be Gyr) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3360 Trac 1.4.3 sergio.pasra@… Thu, 20 Aug 2009 17:14:11 GMT attachment set https://svn.boost.org/trac10/ticket/3360 https://svn.boost.org/trac10/ticket/3360 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">units-bug.cc</span> </li> </ul> <p> A program showing the bug </p> Ticket Steven Watanabe Thu, 20 Aug 2009 18:48:47 GMT owner, status changed https://svn.boost.org/trac10/ticket/3360#comment:1 https://svn.boost.org/trac10/ticket/3360#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matthias Schabel</span> to <span class="trac-author">Steven Watanabe</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Steven Watanabe Fri, 21 Aug 2009 13:19:38 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3360#comment:2 https://svn.boost.org/trac10/ticket/3360#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/55698" title="Use base_unit_info when computing the name of a scaled base_unit. ...">[55698]</a>) Use base_unit_info when computing the name of a scaled base_unit. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3360" title="#3360: Bugs: scaled year streamed as seconds to the standard output (closed: fixed)">#3360</a>. </p> Ticket