aboutsummaryrefslogtreecommitdiff
path: root/build2/name.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name.ixx')
-rw-r--r--build2/name.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/name.ixx b/build2/name.ixx
index ac98b33..79b3145 100644
--- a/build2/name.ixx
+++ b/build2/name.ixx
@@ -27,7 +27,7 @@ namespace build2
inline name
to_name (string s)
{
- if (!s.empty () && path::traits::is_separator (s.back ()))
+ if (!s.empty () && path::traits_type::is_separator (s.back ()))
{
dir_path d (move (s), dir_path::exact);