$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-11-26 07:50:46
On Sunday 25 November 2001 11:11 pm, you wrote:
> signal library offer a different version of 'bind.hpp'
> if I replace this file with the original one, the compiler
> told me there is a 'boost/bind/bind_cc.hpp' missing.
> What can I do?
boost/bind/bind_cc.hpp is part of a newer version of bind. Please get the
Boost source from CVS and use that instead of one of the released versions.
Sorry for the confusion.
Doug