aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-filesystem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/functions-filesystem.cxx')
-rw-r--r--build2/functions-filesystem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/functions-filesystem.cxx b/build2/functions-filesystem.cxx
index 75d882f..a3b2a40 100644
--- a/build2/functions-filesystem.cxx
+++ b/build2/functions-filesystem.cxx
@@ -203,7 +203,7 @@ namespace build2
{
return a.size () == 1 &&
(a[0].directory () ||
- a[0].value.find_first_of (path::traits::directory_separators) !=
+ a[0].value.find_first_of (path::traits_type::directory_separators) !=
string::npos);
};