Boost C++ Libraries: Ticket #570: boost::format parse method doesn't work https://svn.boost.org/trac10/ticket/570 <pre class="wiki">In version 1.33.1: The method boost::format.parse() doesn't properly reset its internal state. The simple code block below demonstrates this. format fmt("one"); cout &lt;&lt; fmt.str(); fmt.parse("two"); cout &lt;&lt; fmt.str(); --- The output is: oneonetwo What's happening is the parse method seems to append the second parsing string to the first one. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/570 Trac 1.4.3 Samuel Krempp Thu, 16 Aug 2007 17:31:41 GMT owner, status changed; severity set https://svn.boost.org/trac10/ticket/570#comment:1 https://svn.boost.org/trac10/ticket/570#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">samuel_k</span> to <span class="trac-author">Samuel Krempp</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> Ticket Samuel Krempp Thu, 16 Aug 2007 17:32:13 GMT status changed https://svn.boost.org/trac10/ticket/570#comment:2 https://svn.boost.org/trac10/ticket/570#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Samuel Krempp Thu, 16 Aug 2007 17:33:58 GMT status, resolution changed https://svn.boost.org/trac10/ticket/570#comment:3 https://svn.boost.org/trac10/ticket/570#comment:3 <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-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket Samuel Krempp Thu, 16 Aug 2007 17:35:02 GMT <link>https://svn.boost.org/trac10/ticket/570#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/570#comment:4</guid> <description> <p> Thanks for spotting this, the bugfix is commited. And sorry for the delay. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sat, 18 Aug 2007 14:35:00 GMT</pubDate> <title>component, description changed https://svn.boost.org/trac10/ticket/570#comment:5 https://svn.boost.org/trac10/ticket/570#comment:5 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">format</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/570?action=diff&amp;version=5">diff</a>) </li> </ul> Ticket