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/sync.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index f8df4dc..cb85e98 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -546,8 +546,8 @@ namespace bdep // Both paths are normilized so we can just compare them as // strings. // - if (path::traits::compare (v.c_str () + b, n, - p.c_str (), p.size ()) == 0) + if (path::traits_type::compare (v.c_str () + b, n, + p.c_str (), p.size ()) == 0) { if (implicit) return true; -- cgit v1.1