Commits

gregorycu authored d4a2e79e45e
Re-typedef FieldMap::g_iterator and FieldMap::iterator to be non-const iterators Add overloads for begin and end that return these non-const iterators This changes quickfix to match the standard library containers that also supply const and non-const begin and end.