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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to