Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-07 | StringView::rfind(): Call rfind() instead of find() on subst | Julian Andres Klode | |
Thanks: Niels Thykier for reporting on IRC Gbp-Dch: ignore | |||
2016-01-07 | Introduce internal APT::StringView class | Julian Andres Klode | |
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. |