$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2005-11-28 18:43:41
According to the docs, insert_range is supposed to work on extensible
associative sequences; however, the following does not compile (on
vc7.1, using cvs HEAD):
typedef mpl::insert_range<
mpl::map<>
, mpl::end< mpl::map<> >::type
, mpl::vector<mpl::pair<int,int> >
>::type v;
Any ideas?
-- Eric Niebler Boost Consulting www.boost-consulting.com