diff options
-rw-r--r-- | libbpkg/manifest.hxx | 7 |
1 files changed, 1 insertions, 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_type> priority; std::string summary; - // @@ Replace with small_vector<licenses, 1>. Note that currently it is - // unsupported by the odb::nested_*() functions that are - // std::vector-specific. - // - std::vector<licenses> license_alternatives; - + butl::small_vector<licenses, 1> license_alternatives; butl::small_vector<std::string, 5> topics; butl::small_vector<std::string, 5> keywords; butl::optional<text_file> description; |