
29 Aug
2006
29 Aug
'06
2:46 p.m.
Hi, I think I am getting a problem with multiple definitions of tuple_equal(tuples::null_type, tuples::null_type) when I compile zip_iterator.hpp into two separate libraries and link these into an executable. I am using msvc 8. I made the function static and that allowed me to link the executable. I am not sure if that is the correct solution. Chris