[Boost-bugs] [ boost-Bugs-1439607 ] boost::format parse method doesn't work

Bugs item #1439607, was opened at 2006-02-27 08:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1439607&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: AndyJoseph (andyjoseph) Assigned to: Nobody/Anonymous (nobody) Summary: boost::format parse method doesn't work Initial Comment: 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 << fmt.str(); fmt.parse("two"); cout << fmt.str(); --- The output is: oneonetwo What's happening is the parse method seems to append the second parsing string to the first one. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1439607&group_id=7586 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net