From 536436b4965d37d6b8548abd40574de7b33c57ae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 13:00:59 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- bpkg/auth.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/auth.cxx') diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index 928eb67..3fcb24b 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -885,7 +885,8 @@ namespace bpkg { tracer trace ("sign_repository"); - string r (repository.string () + dir_path::traits::directory_separator); + string r (repository.string () + + dir_path::traits_type::directory_separator); // No sense to calculate the fingerprint for the certificate being used // just to check the expiration date. -- cgit v1.1