
8 Jul
2009
8 Jul
'09
5:13 p.m.
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