
5 Sep
2010
5 Sep
'10
10:24 a.m.
The code is simply calling boost::fusion::get<N>() on a fusion tuple, and after including <boost/fusion/tuple.hpp>.
Any ideas?
Is it only VC8 that's affected? I don't have VC8 ATM, but I do have VC9.
I think this was my mistake - I was trying to use ADL to find the right "get" overload for the tuple type provided (either std:: std::tr1:: boost:: or boost::fusion::) - but the wrong overload is being selected for some reason, and ADL is simply failing completely with GCC so I'm going to give up for now :-( Sorry for the noise, John.