Boost logo

Boost :

Subject: Re: [boost] [mpl] possible regression compiling with Visual C++
From: Edd Dawson (lists_at_[hidden])
Date: 2009-07-08 13:13:02


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


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