Re: [boost] MPL CVS still bustificated?

2003-05-08 Thread Aleksey Gurtovoy
David Abrahams wrote: > > the following fails to compile. Should it? > > -- > > #include > #include > > namespace mpl = boost::mpl; > typedef mpl::vector v10; > typedef mpl::push_back::type v11; > Contrary to what the docs say, no. Please see http://groups.yahoo.com/group/Boost-Users

[boost] MPL CVS still bustificated?

2003-05-08 Thread David Abrahams
the following fails to compile. Should it? -- #include #include namespace mpl = boost::mpl; typedef mpl::vector v10; typedef mpl::push_back::type v11; -- foo.cpp: In instantiation of `boost::mpl::push_back': foo.cpp:9: base `boost::mpl::push_back_traits >::algorithm' has