Boost C++ Libraries: Ticket #11041: Add no_unit to duration_style. https://svn.boost.org/trac10/ticket/11041 <p> When using Chrono I/O V2, currently there's no easy way to specify that only the numeric value of a duration without the unit should be output to a stream (equivalent of duration unit pattern "%v"). It would be useful to add a new enumerator, say 'no_unit', to duration_style enumeration, and a corresponding stream manipulator (e.g. 'no_unit_format'). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11041 Trac 1.4.3 viboes Tue, 17 Feb 2015 20:23:12 GMT <link>https://svn.boost.org/trac10/ticket/11041#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11041#comment:1</guid> <description> <p> Yes, this can be useful. A patch would be welcome. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>rkawulak</dc:creator> <pubDate>Fri, 27 Feb 2015 04:44:45 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11041#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11041#comment:2</guid> <description> <p> It seems that a more flexible approach would be to allow changing the pattern of duration_units facet (currently that's not possible since there's no interface to modify the pattern). Unfortunately I won't be able to provide a patch at the moment. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 05 Mar 2016 09:32:21 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/11041#comment:3 https://svn.boost.org/trac10/ticket/11041#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket