7 Sep
2004
7 Sep
'04
8:43 a.m.
I have trouble compiling code that makes use of the boost::format library.
In particular I get compile errors from basic_format::operator= method (line
90 format_implementation.hpp). If I change the body to look like
if(this == &x)
return *this;
basic_format