aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:06:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:06:14 +0300
commitffe601f862ce3267b933d9684d6a42fd232201ab (patch)
tree56e56c952756ef86add5570bddf5395845a37499
parentce1399d1610771c5ecca49586dccd89e00427515 (diff)
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
-rw-r--r--libbpkg/manifest.cxx2
1 files changed, 1 insertions, 1 deletions
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?
{