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_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost