|
Boost Users : |
From: Alexeev Gleb (alexeev_gleb_at_[hidden])
Date: 2004-03-22 06:07:22
Hi all!
The following simple sample doesn't compile on VC++ .NET 2003:
#include <iostream>
#include <boost/format.hpp>
// without the following line everything's ok
#include <boost/graph/adjacency_list.hpp>
int main(){
std::cout << boost::format("%d, %s") % 5 % "some text";
return 0;
}
-- Best regards, Alexeev Gleb mailto:alexeev_gleb_at_[hidden]
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net