
22 Sep
2005
22 Sep
'05
5:31 p.m.
Karl Meerbergen <Karl.Meerbergen@fft.be> writes:
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.
boost::mpl::equal<v_d_t,boost::mpl::vector<double> >::value is true but boost::is_same<v_d_t,boost::mpl::vector<double> >::value may be false. HTH, -- Dave Abrahams Boost Consulting www.boost-consulting.com