$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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