Boost logo

Boost Users :

Subject: [Boost-users] [fusion] [range] range::erase vs. fusion::erase
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2011-09-16 18:46:02


Hi,

I have an std::vector<S> and I use boost::erase() from Boost.Range on it.

Now I changed S to be a Fusion sequence type, and as a result,
boost::fusion::erase() is being found by ADL and called instead of
boost::range::erase().

Which of course gives all kinds of errors because std::vector is not a Fusion
sequence.

Is there a way to avoid this, besides qualifying every call to boost::erase()
as boost::range::erase()? Basically I want to disable the finding of
boost::fusion:: algorithms by ADL.

Thanks,
Nate
                                               



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net