it compiles & links for me both with and without the graph include I get this output withOUT the line: 5, some text and this with it: 5, some text I'm using the libraries built from the CVS sources (about 10 hours ago) At Monday 2004-03-22 04:07, you wrote:
Hi all! The following simple sample doesn't compile on VC++ .NET 2003:
#include <iostream> #include
// without the following line everything's ok #include
int main(){ std::cout << boost::format("%d, %s") % 5 % "some text"; return 0; }
-- Best regards, Alexeev Gleb mailto:alexeev_gleb@hotbox.ru
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"