From ecb2654f987a2d612c8599984110aa673b6e1a73 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 13:03:46 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- bdep/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/types.hxx') diff --git a/bdep/types.hxx b/bdep/types.hxx index ef10ed3..b449551 100644 --- a/bdep/types.hxx +++ b/bdep/types.hxx @@ -131,7 +131,7 @@ namespace std operator<< (ostream& os, const ::butl::path& p) { string r (p.representation ()); - ::butl::path::traits::canonicalize (r); + ::butl::path::traits_type::canonicalize (r); return os << r; } } -- cgit v1.1