Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk