aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-02 13:59:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-02 13:59:06 +0200
commite037a2efc94fc563f86cfc126cba2d3ba67265eb (patch)
tree8649a111945495e3849a185052a5a9d1ac25f398 /libbuild2/scope.hxx
parent9b367b1cf3c2e2f53ca6622e6600ab135b1691fa (diff)
Minor improvements
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx
index 7b4fec5..455bcc6 100644
--- a/libbuild2/scope.hxx
+++ b/libbuild2/scope.hxx
@@ -367,7 +367,7 @@ namespace build2
inline ostream&
operator<< (ostream& os, const scope& s)
{
- return os << s.out_path ().string (); // Always absolute.
+ return os << s.out_path ().representation (); // Always absolute.
}
// Temporary scope. The idea is to be able to create a temporary scope in