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