Boost C++ Libraries: Ticket #8440: Incorrect comment in test/karma/real.hpp https://svn.boost.org/trac10/ticket/8440 <p> In the aformentioned file, there is this type defined: </p> <pre class="wiki">template &lt;typename T&gt; struct fixed_policy : boost::spirit::karma::real_policies&lt;T&gt; { typedef boost::spirit::karma::real_policies&lt;T&gt; base_type; // we want the numbers always to be in scientific format static int floatfield(T) { return base_type::fmtflags::fixed; } }; </pre><p> The last comment should likely end with: <strong>in fixed notation format</strong> </p> <p> This is about cosmetics, but as the comments serve purpose of documenting, it may be worth to correct it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8440 Trac 1.4.3 Joel de Guzman Wed, 09 Apr 2014 02:05:19 GMT owner changed https://svn.boost.org/trac10/ticket/8440#comment:1 https://svn.boost.org/trac10/ticket/8440#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">Hartmut Kaiser</span> </li> </ul> Ticket Joel de Guzman Sat, 24 Nov 2018 05:07:46 GMT <link>https://svn.boost.org/trac10/ticket/8440#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8440#comment:2</guid> <description> <p> fixed in <a class="ext-link" href="https://github.com/boostorg/spirit/commit/304a10ff33599f35637450501fb327630c4857a7"><span class="icon">​</span>https://github.com/boostorg/spirit/commit/304a10ff33599f35637450501fb327630c4857a7</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Joel de Guzman</dc:creator> <pubDate>Sat, 24 Nov 2018 05:07:59 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8440#comment:3 https://svn.boost.org/trac10/ticket/8440#comment:3 <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> Ticket