From d49a65fa7153aaade24d02b3af5fc21d4bf7dd79 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 17:42:08 +0300 Subject: Fix missing for Windows path::traits alias renaming --- bpkg/archive.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/archive.cxx') diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx index 917bdf5..f4a6405 100644 --- a/bpkg/archive.cxx +++ b/bpkg/archive.cxx @@ -30,7 +30,7 @@ namespace bpkg static inline bool bsdtar (const char* p) { - const char* l (path::traits::find_leaf (p)); + const char* l (path::traits_type::find_leaf (p)); return l != nullptr && casecmp (l, "bsdtar", 6) == 0; } #endif -- cgit v1.1