]> git.saurik.com Git - apt.git/commit
Introduce internal APT::StringView class
authorJulian Andres Klode <jak@debian.org>
Thu, 7 Jan 2016 18:14:21 +0000 (19:14 +0100)
committerJulian Andres Klode <jak@debian.org>
Thu, 7 Jan 2016 18:59:08 +0000 (19:59 +0100)
commitfe7fa47c1141066c89ab3382c318a4b9d00fe249
treeebce4698872ee71336c3e30376b1b3fbb6217f8e
parent4fcff7ed46aec6c0147abe855c13dd537277273e
Introduce internal APT::StringView class

The class APT::StringView implements a drop-in replacement
for a subset of C++17 std::string_view() features. It will
be dropped at a later point and may not be used in public
interfaces.
apt-pkg/contrib/string_view.h [new file with mode: 0644]