« Return to Thread: [mpl] possible regression compiling with Visual C++

Re: [mpl] possible regression compiling with Visual C++

by Edd Dawson-3 :: Rate this Message:

Reply to Author | View in Thread

Steven Watanabe wrote:

> The first problem is that remove is implemented by calling either
> push_back or push_front on an empty sequence.  The
> error occurs when remove is deciding whether it can use
> push_back.  inserter_algorithm.hpp.patch fixes the problem
> by calling clear on the argument before running the test.
>
> The second problem is that has_push_back is broken.
> push_back_impl.hpp.patch should fix it.

Thanks very much, Steven. I guess I should file a bug report with your patches
attached?

Kind regards,

Edd

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: [mpl] possible regression compiling with Visual C++