Boost logo

Boost :

Subject: Re: [boost] [mpl] possible regression compiling with Visual C++
From: David Abrahams (dave_at_[hidden])
Date: 2009-07-14 03:19:19


on Wed Jul 08 2009, Edd Dawson <lists-AT-mr-edd.co.uk> wrote:

> 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?

Steven, you can go ahead and apply these patches as far as I'm
concerned.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

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