Bug#925674: First triage

2019-07-29 Thread Olek Wojnar
Thanks Giovanni and Markus! Life's been going through a bit of a crazy time so I appreciate the assist! -Olek

Bug#925674: First triage

2019-07-23 Thread Giovanni Mascellani
Hi, Il 23/07/19 22:19, Markus Koschany ha scritto: > Thanks for your analysis. I will prepare a patch after the day trip, as > soon as time permits. No need for that, find the patch attached! I did not test the generated package, though. Maybe you could do that. Giovanni. -- Giovanni Mascellan

Bug#925674: First triage

2019-07-23 Thread Markus Koschany
Hi Giovanni, Am 23.07.19 um 18:57 schrieb Giovanni Mascellani: > Hi, > > the problem here is that operator== is called on an instance of > std::map<>::iterator. The intention is probably to compare two iterators > for inequality. But calling the operator overloading function is not the > right th

Bug#925674: First triage

2019-07-23 Thread Giovanni Mascellani
Hi, the problem here is that operator== is called on an instance of std::map<>::iterator. The intention is probably to compare two iterators for inequality. But calling the operator overloading function is not the right thing, because the implementation of std::map<>::iterator might use the defaul