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/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/file.cxx') diff --git a/build2/file.cxx b/build2/file.cxx index 139cf99..f75dd3f 100644 --- a/build2/file.cxx +++ b/build2/file.cxx @@ -64,7 +64,7 @@ namespace build2 // See find_subprojects() for details. // const project_name& n ( - path::traits::is_separator (i->first.string ().back ()) + path::traits_type::is_separator (i->first.string ().back ()) ? empty_project_name : i->first); -- cgit v1.1