$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: pongba (weapon.liu_at_[hidden])
Date: 2006-11-11 23:18:13
Sascha Krissler <boost-dev <at> k.datenfreihafen.de> writes:
>
> On Sat, Nov 11, 2006 at 06:16:26PM -0800, Eric Niebler wrote:
> > Sascha Krissler wrote:
> >
> std::vector is not a metafunction, it has no ::type
It will be if you wrap it with mpl::lambda(e.g. mpl::lambda<Container>, see mpl
reference for details). :)