Boost logo

Boost :

Subject: Re: [boost] limit symbol names of fusion::vector
From: Joel de Guzman (joel_at_[hidden])
Date: 2008-11-15 20:04:17


Christian Holmquist wrote:

> In essence, can I have fusion::vector2<int, float> from the following:
>
> fusion::result_of::as_vector<mpl::vector<int, float>::type >::type

Ok, I also changed as_vector to return the numbered forms. All
tests are passing. I think this is a good move as it will lessen
the number of template instantiations (should make compile times
faster). So, now:

1) as_vector returns vectorN
2) make_vector returns vectorN

Regards,

-- 
Joel de Guzman
http://www.boostpro.com
http://spirit.sf.net

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