From d37709e5c27b1fe7b98de57247449c6272c79580 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 12:59:26 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 022df9d..a64c5e2 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -785,7 +785,7 @@ main (int argc, char* argv[]) // We cannot assume it is a valid filesystem name so we // will have to do the splitting manually. // - path::size_type i (path::traits::rfind_separator (v)); + path::size_type i (path::traits_type::rfind_separator (v)); if (i != string::npos) out_base = dir_path (v, i != 0 ? i : 1); // Special case: "/". -- cgit v1.1