Boost logo

Boost :

Subject: Re: [boost] [fusion] VC8 specific error
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-09-05 06:24:33


>> 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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk