From fc5da517f670a7ddf844527bfb3dbb9c9c2d482d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Dec 2021 17:38:22 +0300 Subject: Use butl::small_vector for package manifest license alternatives --- libbpkg/manifest.hxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 08f8a8e..d72a55e 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -847,12 +847,7 @@ namespace bpkg butl::optional priority; std::string summary; - // @@ Replace with small_vector. Note that currently it is - // unsupported by the odb::nested_*() functions that are - // std::vector-specific. - // - std::vector license_alternatives; - + butl::small_vector license_alternatives; butl::small_vector topics; butl::small_vector keywords; butl::optional description; -- cgit v1.1