diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:06:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:06:14 +0300 |
commit | ffe601f862ce3267b933d9684d6a42fd232201ab (patch) | |
tree | 56e56c952756ef86add5570bddf5395845a37499 | |
parent | ce1399d1610771c5ecca49586dccd89e00427515 (diff) |
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
-rw-r--r-- | libbpkg/manifest.cxx | 2 |
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? { |