aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.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/ci.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/ci.cxx')
-rw-r--r--bdep/ci.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/ci.cxx b/bdep/ci.cxx
index 8c45a11..08f2578 100644
--- a/bdep/ci.cxx
+++ b/bdep/ci.cxx
@@ -75,7 +75,7 @@ namespace bdep
<< s.branch << "'" <<
info << "run 'git push --set-upstream' to set";
- size_t p (path::traits::rfind_separator (s.upstream));
+ size_t p (path::traits_type::rfind_separator (s.upstream));
branch = p != string::npos ? string (s.upstream, p + 1) : s.upstream;
// Note: not forcible (for now). While the use case is valid, the