aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.cxx
diff options
context:
space:
mode:
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