Problems with boost::format and Visual C++ 7.0
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
7389
Age (days ago)
7389
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tom Quarendon