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/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index f9f0ea2..0b7697d 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -1952,7 +1952,7 @@ namespace build2 path p; bool d; - if (path::traits::absolute (e)) + if (path::traits_type::absolute (e)) { p = path (e); d = p.to_directory (); -- cgit v1.1