aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx2
1 files changed, 1 insertions, 1 deletions
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
{