RE: [boost] mpl::copy_backward conflicts

2002-12-10 Thread Aleksey Gurtovoy
Peter Dimov wrote: From: vladimir josef sykora [EMAIL PROTECTED] template class Sequence struct foo { }; // usage example : typedef boost::mpl::vector... types; typedef footypes foo_types; std::vectorfoo_types

Re: [boost] mpl::copy_backward conflicts

2002-12-10 Thread David Abrahams
Aleksey Gurtovoy [EMAIL PROTECTED] writes: Meanwhile, I am not sure what one can do about it besides switching to another standard library implementation (e.g. STLPort). Well, I guess I can separate MPL sequences from the algorithms by putting the later into a nested 'impl' namespace and