From 5ef3e2083216ec9008642de51a4ab7ddce107d8f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Dec 2021 12:07:30 +0200 Subject: Add path_traits alias to types.hxx --- bdep/git.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/git.cxx') diff --git a/bdep/git.cxx b/bdep/git.cxx index 2da7456..ed9d23d 100644 --- a/bdep/git.cxx +++ b/bdep/git.cxx @@ -287,7 +287,7 @@ namespace bdep { // Absolute path or the SSH thing. // - if (path::traits_type::absolute (s)) + if (path_traits::absolute (s)) { // This is what we want to end up with: // -- cgit v1.1