$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Witt (witt_at_[hidden])
Date: 2006-01-10 22:45:57
Hi,
I won't be able to compile on VC 8 'til tomorrow but as far as I can see
Kevin Sopp wrote:
> You could change zip_iterator.hpp:319 to
This needs to be
inline bool tuple_equal(tuples::null_type, tuples::null_type)
{ return true; }
and that's it. I.e. it needs to be inline to avoid the multiple
definition issues.
I'll fix this as soon as I get to vc8.
HTH
Thomas
-- Thomas Witt witt_at_[hidden]