From ffe601f862ce3267b933d9684d6a42fd232201ab Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 13:06:14 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- libbpkg/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbpkg/manifest.cxx') diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 55fe18f..7e6e6d7 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -3268,7 +3268,7 @@ namespace bpkg typed_repository_url:: typed_repository_url (const string& s) { - using traits = butl::url::traits; + using traits = butl::url::traits_type; if (traits::find (s) == 0) // Looks like a non-rootless URL? { -- cgit v1.1