Boost logo

Boost :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2007-07-13 09:59:04


Olaf Krzikalla ha escrito:

> 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>

Cold you please try with Boost 1.34 (or with version 1.34.1 RC2
available at http://boost.org/release/ )? There are a number of fixes done
to Boost.Format since 1.33.1, and they look pertinent to the problem
you're seeing.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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