Boost C++ Libraries: Ticket #148: format: exception thrown when triyng to truncate small str https://svn.boost.org/trac10/ticket/148 <pre class="wiki">cout &lt;&lt; format("%1$-30.30s") % "small str" &lt;&lt; endl throws an exception _M_check Platform: linux Compiler: gcc v 3.2 problems is in feed_args.hpp patch submited </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/148 Trac 1.4.3 samuel_k Wed, 28 May 2003 11:22:39 GMT status changed https://svn.boost.org/trac10/ticket/148#comment:1 https://svn.boost.org/trac10/ticket/148#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=545049 Thanks, patch commited. (with an unsigned cast on truncate_ to avoid signed/unsigned comparison warnings) </pre> Ticket