
13 Jul
2007
13 Jul
'07
1:59 p.m.
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