$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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]