Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::mpl::map and inserting the same pair twice
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-06 17:10:35


AMDG

peter_foelsche_at_[hidden] wrote:
> typedef boost::mpl::insert<
>
> CMap3,
>
> boost::mpl::pair<
>
> boost::mpl::int_<2>,
>
> boost::mpl::int_<3>
>
> >::type
>
> > CMap31;
>

The ::type goes on boost::mpl::insert<...>::type, not
boost::mpl::pair<...>::type

In Christ,
Steven Watanabe


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