aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-12-13 12:07:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-12-13 12:07:30 +0200
commit5ef3e2083216ec9008642de51a4ab7ddce107d8f (patch)
tree21513d526a85df5db5274ffbae6b2a7d48393640 /bdep/sync.cxx
parent151c64b5d7ae3c2f506f8a94603957f53e0b2dbb (diff)
Add path_traits alias to types.hxx
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 721985c..f419892 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1877,8 +1877,8 @@ namespace bdep
// Both paths are normilized so we can just compare them as strings.
//
- if (path::traits_type::compare (l.c_str () + b, n,
- s.c_str (), s.size ()) == 0)
+ if (path_traits::compare (l.c_str () + b, n,
+ s.c_str (), s.size ()) == 0)
return true;
}