>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>> > Maybe something like > + BOOST_ASSERT(pos < size() || pos == >> size() && tracking()); Martin> Actually no. Due to the changes in the rest of the patch, Martin> erase is called with pos == size(), but with tracking off it Martin> doesn't do anything. OK. Martin> It is smaller now with 2212 split out. Much of the bigness is Martin> an optical illusion though, see what happened around Martin> backspacePos0. I am not sure I understand it. Martin> Now I am personally confident, having added and verified the Martin> hasSameLayout mod. Third party testing is never a luxury Martin> though. Definitely. JMarc