From ecb2654f987a2d612c8599984110aa673b6e1a73 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 13:03:46 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- bdep/ci.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/ci.cxx') 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 -- cgit v1.1