[mpl] insert_range and extensible associative sequences

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

--- Eric Niebler wrote:
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?
Nope, sorry. Also doesn't work for me, using GCC 3.4.2 (MinGW). Cromwell D. Enage __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs
participants (2)
-
Cromwell Enage
-
Eric Niebler