|
Boost : |
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]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk