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/new.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/new.cxx') diff --git a/bdep/new.cxx b/bdep/new.cxx index e870648..d79f40f 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -530,7 +530,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) // Reduce name with a directory component to the simple name with // --output-dir case. // - if (path::traits_type::find_separator (a) != string::npos) + if (path_traits::find_separator (a) != string::npos) { try { -- cgit v1.1