$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lijun Qin (qinlj_at_[hidden])
Date: 2004-05-09 02:26:20
Hi,
It seems these two files can not be both included,
just two line file:
#include <boost/bind.hpp>
#include <boost/mpl/less.hpp>
will fail to compile on vc 7.1
change value to value_t in bind.hpp can resolve the problem.
Regards
Lijun Qin