From 8741fa1d4555aaf17b08fd478a2bd2fb798756f0 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Aug 2019 19:20:03 +0300 Subject: Use butl::small_vector instead of std::vector in persistent classes where it makes sense --- bpkg/rep-remove.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-remove.cxx') diff --git a/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx index 60923fa..96e96db 100644 --- a/bpkg/rep-remove.cxx +++ b/bpkg/rep-remove.cxx @@ -109,7 +109,7 @@ namespace bpkg query::repository_fragment::name == fragment_name)) { const shared_ptr& p (rp); - vector& ls (p->locations); + small_vector& ls (p->locations); for (auto i (ls.cbegin ()); i != ls.cend (); ++i) { -- cgit v1.1