GNOME Bugzilla – Bug 580773
const and non-const Glib::ustring iterators cannot be compared
Last modified: 2009-05-06 13:23:18 UTC
Please describe the problem: comparison of const and non-const Glib::ustring iterators fails to compile because of template type mismatch of the iterator comparison operators Patch allowing implicit type conversion to follow. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 133577 [details] [review] Patch for ustring.h
*** Bug 580507 has been marked as a duplicate of this bug. ***
Pushed to master.