]> git.saurik.com Git - apt.git/commit
add cacheset push_back wrapping for std::back_inserter
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 17 Sep 2015 11:13:41 +0000 (13:13 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:00 +0000 (18:04 +0100)
commit2fc9d1ebca203b4a159dba5e817081155099f6ab
tree3847340b1e577da59703dcdd3bf3960a2a4d587a
parentb2a893dda28aea05128394cd61c7ce38cfa0624b
add cacheset push_back wrapping for std::back_inserter

As usual by now, not all containers wrapped by the cacheset containers
support all methods, like push_back now, but they fail on use of these
unusable methods only.

Would be nice to not expose these methods for unsupporting containers at
all, but that means either a lot of classes or a lot of std::enable_if
magic, which seems like too big work for this small wrapper for now.

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