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/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/scope.cxx') diff --git a/build2/scope.cxx b/build2/scope.cxx index ec2776e..a6ebe1f 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -681,7 +681,7 @@ namespace build2 // // See also parser::expand_name_pattern() if changing anything here. // - size_t p (path::traits::rfind_separator (v)); + size_t p (path::traits_type::rfind_separator (v)); if (p != string::npos) { -- cgit v1.1