14 Aug
2010
14 Aug
'10
2:16 a.m.
Steven Watanabe
Try using fusion::remove http://www.boost.org/libs/fusion/doc/html/fusion /algorithm/transformation/functions/remove.html
Thanks! That function seems to do exactly what I need. However,
is it expected to work using boost::tuples? (I tried using
fusion::vectors and it works perfectly.)
The issue I'm running into is that remove() returns a filter_view,
which, I'm guessing, is convertible to a fusion::vector but not to
a boost::tuple. Is there any way to make that latter conversion work?
I've already included:
#include