Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-05-08 16:11:14


David Abrahams wrote:
>
> the following fails to compile. Should it?
>
> --
>
> #include <boost/mpl/vector.hpp>
> #include <boost/mpl/push_back.hpp>
>
> namespace mpl = boost::mpl;
> typedef mpl::vector<int[1], int[2], int[3], int[4], int[5], int[6],
int[7], int[8], int[9], int[10]> v10;
> typedef mpl::push_back<v10, int[11]>::type v11;
>

Contrary to what the docs say, no. Please see
http://groups.yahoo.com/group/Boost-Users/message/3852.

Aleksey


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