From 55ce3cfd66dd0fc09db938cdbda4e5238bf01ab1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2018 14:59:34 +0300 Subject: Adapt to making repository_url(string) ctor explicit --- libbrep/common.hxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libbrep/common.hxx') diff --git a/libbrep/common.hxx b/libbrep/common.hxx index fc03a9a..9fcb5c2 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -205,13 +205,18 @@ namespace brep // using bpkg::repository_type; + // repository_url + // + using bpkg::repository_url; + // repository_location // using bpkg::repository_location; - #pragma db map type(repository_location) as(string) \ - to((?).string ()) \ - from(brep::repository_location ((?), brep::repository_type::bpkg)) + #pragma db map type(repository_location) as(string) \ + to((?).url ().string ()) \ + from(brep::repository_location (brep::repository_url (?), \ + brep::repository_type::bpkg)) // Version comparison operators. // -- cgit v1.1