aboutsummaryrefslogtreecommitdiff
path: root/bdep/release.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:03:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:03:46 +0300
commitecb2654f987a2d612c8599984110aa673b6e1a73 (patch)
treec9926580e0870dd74917d87da89a85910a79de3c /bdep/release.cxx
parent52f1e90df5a8c98c5dc9ae3d50f7c24928c7b69b (diff)
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
Diffstat (limited to 'bdep/release.cxx')
-rw-r--r--bdep/release.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/release.cxx b/bdep/release.cxx
index d82e978..f6615ab 100644
--- a/bdep/release.cxx
+++ b/bdep/release.cxx
@@ -1083,7 +1083,7 @@ namespace bdep
string remote;
string brspec;
{
- size_t p (path::traits::rfind_separator (st.upstream));
+ size_t p (path::traits_type::rfind_separator (st.upstream));
if (p == string::npos)
fail << "unable to extract remote from '" << st.upstream << "'";