From ad801af7a975a5400f798c77d3d9cdaf3ed5121a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 Jul 2019 17:34:11 +0300 Subject: Use butl::small_vector instead of std::vector where it makes sense --- libbpkg/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbpkg/manifest.cxx') diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index e27af54..bba616f 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -1665,7 +1665,7 @@ namespace bpkg // manifest_parsing otherwise. // auto parse_list = [&bad_name, &bad_value] (const string& v, - strings& r, + small_vector& r, char delim, bool single_word, bool truncate, -- cgit v1.1