Boost logo

Boost Users :

From: Karl Meerbergen (Karl.Meerbergen_at_[hidden])
Date: 2005-09-22 07:40:34


Dear boost users,

I have a question regarding mpl.

Consider the following piece of code:

typedef boost::mpl::vector<int,double> v_i_d_t ;
typedef boost::mpl::pop_front<v_i_d_t>::type v_d_t ;

Is v_d_t equal to boost::mpl::vector<double> ? I do not have the impression.

Thanks,

Karl


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