Boost logo

Boost :

From: Olaf Krzikalla (krzikalla_at_[hidden])
Date: 2007-07-13 09:46:24


MSVC 8, SP1, boost 1.33.1:

<snip>
#include <iostream>
#include <ostream>
#include <istream>
#include <boost/format.hpp>

int main()
{
   std::cout << boost::format("empty: %1%") % ""; //crash
   std::cin.ignore();
   return 0;
}
<snip>

I consider this a showstopper bug.

Best regards
Olaf Krzikalla


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk