From 82666617352b5b488f6ef59981359bd26376adf7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Sep 2018 16:38:35 +0300 Subject: Adapt to basic_url API change --- libbpkg/manifest.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libbpkg/manifest.hxx') diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx index 42e1a24..bae3ffe 100644 --- a/libbpkg/manifest.hxx +++ b/libbpkg/manifest.hxx @@ -619,13 +619,14 @@ namespace bpkg using scheme_type = repository_protocol; using authority_type = butl::basic_url_authority; - static scheme_type + static butl::optional translate_scheme (const string_type&, string_type&&, butl::optional&, butl::optional&, butl::optional&, - butl::optional&); + butl::optional&, + bool&); static string_type translate_scheme (string_type&, @@ -633,7 +634,8 @@ namespace bpkg const butl::optional&, const butl::optional&, const butl::optional&, - const butl::optional&); + const butl::optional&, + bool); static path_type translate_path (string_type&&); @@ -738,7 +740,6 @@ namespace bpkg // // - may append slash in repository_location ctor // - explicit repository_location (repository_url, repository_type); // Create a potentially relative pkg repository location. If base is not -- cgit v1.1