]> git.saurik.com Git - apt.git/commit - apt-pkg/cacheset.h
cleanup Container.erase API to look more like std::containers
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 17 Jun 2015 11:30:14 +0000 (13:30 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Aug 2015 15:25:25 +0000 (17:25 +0200)
commitc687384b7a53887ea455fd824824429615d94f7b
tree58b8bce779ac6217232e7bbbeaeec5c15932a43b
parent6c55f07a5fa3612a5d59c61a17da5fe640eadc8b
cleanup Container.erase API to look more like std::containers

C++11 slightly changes the API again to const_iterator, but we are find
with iterators in the C++03 style for now as long as they look and
behave equally to the methods of the standard containers.

Git-Dch: Ignore
apt-pkg/cacheiterators.h
apt-pkg/cacheset.h
cmdline/apt-mark.cc