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/dump.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dump.cxx') diff --git a/build2/dump.cxx b/build2/dump.cxx index d9a1855..3b5d205 100644 --- a/build2/dump.cxx +++ b/build2/dump.cxx @@ -363,7 +363,7 @@ namespace build2 // separator. // if (d.empty ()) - os << ind << dir_path::traits::directory_separator; + os << ind << dir_path::traits_type::directory_separator; else { const dir_path& rd (rel ? relative (d) : d); -- cgit v1.1