[Boost-bugs] [ boost-Bugs-1450260 ] boost::format and empty string crash in MSVC 8.0

Bugs item #1450260, was opened at 2006-03-15 12:21 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=1450260&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: Adal Chiriliuc (adalx) Assigned to: Nobody/Anonymous (nobody) Summary: boost::format and empty string crash in MSVC 8.0 Initial Comment: std::string x; cout << boost::format("%s") % x; MSVC 8.0 will assert because of a NULL pointer. This was also reported here with details: http://lists.boost.org/Archives/boost/2006/01/99194.php ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1450260&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

On 3/15/06, SourceForge.net <noreply@sourceforge.net> wrote:
Bugs item #1450260, was opened at 2006-03-15 12:21
std::string x; cout << boost::format("%s") % x;
MSVC 8.0 will assert because of a NULL pointer.
Fixed on TRUNK and RC_1_34_0. -- Caleb Epstein caleb dot epstein at gmail dot com
participants (2)
-
Caleb Epstein
-
SourceForge.net