From 4243d26ab9245b64f141c3733726f931c32eccdc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Dec 2015 08:15:20 +0200 Subject: Add support for passing several packages to pkg-{update,clean} commands --- bpkg/types | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/types') diff --git a/bpkg/types b/bpkg/types index a5bda0e..a3779fa 100644 --- a/bpkg/types +++ b/bpkg/types @@ -28,8 +28,10 @@ namespace bpkg using std::size_t; using std::string; - using strings = std::vector; - using cstrings = std::vector; + using std::vector; + + using strings = vector; + using cstrings = vector; using butl::optional; using butl::nullopt; -- cgit v1.1